Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: $:: is used

by ady (Deacon)
on Nov 10, 2008 at 06:13 UTC ( [id://722560]=note: print w/replies, xml ) Need Help??


in reply to $:: is used

$:
The current set of characters after which a string may be broken to fill continuation fields (starting with ^) in a format. Default is " \n-", to break on whitespace or hyphens. (Mnemonic: a "colon" in poetry is a part of a line.)

See perldoc

allan

Replies are listed 'Best First'.
Re^2: $:: is used
by Anonymous Monk on Nov 10, 2008 at 06:23 UTC
    perl -MO=Deparse,-p -e"die $::" die($main::); -e syntax OK
    $::foo is $main::foo

Log In?
Username:
Password:

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

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

    No recent polls found