Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Let's get lazy

by blakem (Monsignor)
on Nov 02, 2001 at 04:26 UTC ( [id://122727]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
      }
    }
    print "L2: $_\n" for @list2;
    
  2. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
    my $letter2 = 'A,C,G,N,T';
    my @list2 = (glob("{$letter2}"x2),glob("{$letter2}"x3),glob("{$letter2
    +}"x4));
    print "L2: $_\n" for @list2;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-03-29 00:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found