Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: print format

by Anonymous Monk
on Apr 22, 2003 at 15:17 UTC ( [id://252280]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Accession      item1       item2
    12345678       abcd1234    als
    
  2. or download this
    printf ("%08d",$accession);#which is before foreach loop.
    foreach (@accession){
    ...
    $item2=....;
    printf("%16s%08s",$item1,$item2);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 06:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found