Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: (Ovid) Re: Regex to zero suppress

by mkmcconn (Chaplain)
on Dec 30, 2000 at 09:43 UTC ( [id://48976]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    @numberarray = qw(00000900011 10001000100 00022200101); 
    ...
            $digits = join('',@temparray);
            print "$digits\n";
    }
    
  2. or download this
    #!/usr/bin/perl -wl
    use strict;
    ...
        unshift (@array,"\x20" x $incr); 
        print @array;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-24 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found