Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Why does Perl have typeglobs? (sigils)

by tye (Sage)
on Jul 09, 2014 at 03:11 UTC ( [id://1092834]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        string s;
        array  a;
        hash   h;
    
  2. or download this
        our( $stuff, @stuff, %stuff );
        open *stuff, ...;
        &stuff();
        write stuff;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1092834]
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-04-20 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found