Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: read/write delete duplicates/sort PROBLEM! - Use of uninitialized value in sprintf

by haukex (Archbishop)
on Oct 18, 2021 at 15:06 UTC ( [id://11137685]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if ( $tag =~ m/<tagid=(\d*)([[:alpha:]]*)>/ ) {
          $tags{sprintf("%04d%6s",$1 || 999,$2)} = $tag;
    ...
        else {
          warn "Failed to match: $tag"
        }
    

Log In?
Username:
Password:

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

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

    No recent polls found