Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Learning to *really* love references

by TGI (Parson)
on Jul 31, 2002 at 20:59 UTC ( [id://186602]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @foo = qw(123 456 789);
    my @bar = qw(abc def ghi);
    ...
    qux(@foo, @bar, 'STDERR');
    print "\n";
    print \@foo . "\t" . \@bar;
    
  2. or download this
    # the filehandle name must be quoted if you have strict subs enabled.
    process(@data,@set_up,$template, 'OUT');
    ...
        foreach my $record (@data) {
            --do things--}
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-03-28 11:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found