Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Re: Help me write a good reg-exp for this text

by shenme (Priest)
on Sep 05, 2003 at 17:32 UTC ( [id://289299]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my @column_widths = (57, 17, '*');
    
  2. or download this
      my ($desc, $code, $other_thingy) = unpack $unpack_spec, $_;
      foreach my $piece ($desc, $code, $other_thingy) {
        $piece =~ s/^\s+//;
        $piece =~ s/\s+$//;
      }
    
  3. or download this
    # Change these to the actual column widths. Use a star at the end to g
    +et the rest.
    my @column_widths = ( 57, 17, '*');
    ...
    
    GMF: Manufacturing (NAICS)
    G3311A2: Iron and steel products
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-18 21:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found