Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Trying to get fancy...

by seanbo (Chaplain)
on Nov 28, 2001 at 23:17 UTC ( [id://128146]=note: print w/replies, xml ) Need Help??


in reply to Re: Trying to get fancy...
in thread Trying to get fancy...

< nit > If you run this with warnings, it will complain about:
@listA[0] = [qw(1 foo bar)]; @listB[0] = [qw(1 bar baz)];

/methinks you meant:
$listA[0] = [qw(1 foo bar)]; $listB[0] = [qw(1 bar baz)];

< /nit > Either way, I guess it runs...

perl -e 'print reverse qw/o b n a e s/;'

Log In?
Username:
Password:

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

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

    No recent polls found