Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Correct Regex for reading stock symbol?

by davido (Cardinal)
on Jan 31, 2006 at 17:38 UTC ( [id://526813]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            $stock_symbol = $1;
            print $1, "\n";
        } else { print "Invalid Symbol!\n"; exit;}
    
  2. or download this
    perl mytest.pl "stock_symbol=AIDO.OB"
    

Log In?
Username:
Password:

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

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

    No recent polls found