home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!munnari.oz.au!cs.mu.OZ.AU!thecure
- From: thecure@ee.mu.OZ.AU (matthew aardvarkious)
- Subject: [*] Bug ? WoRkarOuNd?
- Message-ID: <9300217.27348@mulga.cs.mu.OZ.AU>
- Sender: news@cs.mu.OZ.AU
- Organization: Electronic and Electrical Engineering - University of Melbourne
- Date: Sat, 2 Jan 1993 06:44:34 GMT
- Lines: 25
-
- $RCSfile: perl.c,v $$Revision: 4.0.1.7 $$Date: 92/06/08 14:50:39 $
- Patch level: 35
-
- sub main'change_nick {
- local($oldnick,$newnick)=@_;
- foreach $key (keys(%chanop)) {
- $chanop{$key} =~ s/$oldnick/$newnick/;
- }
- }
- 1;
-
- That's the code that exits on me when..
-
- $oldnick = "foo\";
-
- with the message..
-
- /_\/: trailing \ in regexp at s_change_nick.pl line 4, <> line 4336.
-
- I don't want to edit the $oldnick string to comment it out, any suggestions?
-
- Someone said if you're not careful
- You'll have nothing left and nothing to care for
-
- - Behavior, "Being Boring"
-