Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: String in array

by mzedeler (Pilgrim)
on Jul 27, 2009 at 07:13 UTC ( [id://783454]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($cmd, $chdir) = split(';',$run[$element],2);
    
  2. or download this
    print '@run:', join ', ', @run, "\n";
    print "\$element: $element\n";
    my ($cmd, $chdir) = split(';',$run[$element],2);
    print "\$cmd: $cmd\n";
    print "\$chdir: $chdir\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://783454]
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: (2)
As of 2024-03-19 06:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found