Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: Bug in substitution operator?

by polettix (Vicar)
on Jan 10, 2009 at 23:10 UTC ( [id://735444]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $v = 'x';
    ...
    __END__
    Global symbol "%v" requires explicit package name at rhesa1.pl line 3.
    Execution of rhesa1.pl aborted due to compilation errors.
    
  2. or download this
    use strict;
    my $v = 'x';
    ...
    __END__
    Global symbol "%v" requires explicit package name at rhesa3.pl line 3.
    Execution of rhesa3.pl aborted due to compilation errors.
    
  3. or download this
    use strict;
    my $v = 'x';
    print "$v\{a\}";
    __END__
    x{a}
    

Log In?
Username:
Password:

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

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

    No recent polls found