Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: my within brackets

by eyepopslikeamosquito (Archbishop)
on Oct 14, 2021 at 23:35 UTC ( [id://11137560]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    > cat bod-oh-my.pl
    (my $pname,my $sname)=split / +/,$rname,2;
    ...
    > perl -MO=Deparse bod-oh-my.pl
    my($pname, $sname) = split(/ +/, $rname, 2);
    bod-oh-my.pl syntax OK
    

Log In?
Username:
Password:

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

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

    No recent polls found