Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: Teaching Perl

by fokat (Deacon)
on Apr 06, 2003 at 05:39 UTC ( [id://248401]=note: print w/replies, xml ) Need Help??


in reply to Re: Teaching Perl
in thread Teaching Perl

I think you're 99.5% correct. A () is not the same as undef. Take a look...

bash$ perl -e 'print join(",", ('meow', (), 'moo')), "\n";' meow,moo

But the rest of the analysis is perfect, so a big ++ for you :)

Best regards

-lem, but some call me fokat

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (9)
As of 2024-03-28 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found