Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Is this a bug, or expected behavior?

by fizbin (Chaplain)
on Mar 17, 2006 at 15:07 UTC ( [id://537468]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $a = [ qw(mary had a little lamb with mint jelly) ];
    ...
    print "a is [ @$a ]\n";
    print "b is [ @$b ]\n";
    print "c is [ @$c ]\n";
    
  2. or download this
    a is [ mary had a little lamb with mint jelly ]
    b is [ mary ]
    c is [ had a little lamb ]
    
  3. or download this
    @/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/;
    map{y/X_/\n /;print}map{pop@$_}@/for@/
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://537468]
Approved by Corion
Front-paged by grinder
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (None)
    As of 2024-04-25 00:23 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found