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

Re: safety in system calls

by damian1301 (Curate)
on Jun 15, 2001 at 21:04 UTC ( [id://88855]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @identity = qw(identity1 identity2 identity3 identity4);
    foreach my $i (1..4) {
        my $identity = shift(@identity);
        #...
    
  2. or download this
    my @identity = qw(identity1 identity2 identity3 identity4);
    foreach my $identity (@identity) {
        #...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-23 10:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found