Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: 'ID' generation issue and 'ID' format in XML::Twig

by Hue-Bond (Priest)
on Jul 11, 2006 at 14:55 UTC ( [id://560480]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $c='aff001';
    print $c++, "\n" for 0..5;
    __END__
    ...
    aff004
    aff005
    aff006
    
  2. or download this
    my $c='aff998';
    print $c++, "\n" for 0..5;
    __END__
    ...
    afg001
    afg002
    afg003
    

Log In?
Username:
Password:

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

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

    No recent polls found