Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Use of uninitialized value when using regex

by liverpole (Monsignor)
on Sep 12, 2010 at 14:14 UTC ( [id://859851]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $build = ($vdata=~/=(\d+)$/);
    
  2. or download this
    (my $build) = ($vdata=~/=(\d+)$/);
    
  3. or download this
    
    use strict;
    ...
    __END__
    Output:
    The, quick, jumps
    
  4. or download this
    
    use strict;
    ...
     D:\Documents and Settings\jonorton\a.pl line 25.
    Build = []
    

Log In?
Username:
Password:

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

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

    No recent polls found