Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re (2): Array for system() call

by blakem (Monsignor)
on Oct 23, 2001 at 22:45 UTC ( [id://120861]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
    
    print "\$arr[0] = $arr[0]\n";
    print "\$arr[1] = $arr[1]\n";
    
  2. or download this
    =OUTPUT
    Scalar value @arr[0] better written as $arr[0] at ./arrayslice.pl line
    + 6.
    $arr[0] = 58
    $arr[1] = Tue Oct 23 14:30:58 2001
    

Log In?
Username:
Password:

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

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

    No recent polls found