Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Text manipulation

by qq (Hermit)
on Jul 08, 2004 at 23:05 UTC ( [id://372989]=note: print w/replies, xml ) Need Help??


in reply to Text manipulation

my $1st = $1;

The errors you are getting are from these variable declarations - user defiend variables should start with a letter or underscore, to avoid conflicts with predefined variables. If you name them "$_1st, $_2nd" youll avoid the error.

However there is no need to assign the match variables to temporary variables in your case.

qq

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://372989]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-24 03:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found