Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Rearrange hex digits.

by kyle (Abbot)
on May 24, 2010 at 14:37 UTC ( [id://841397]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $dbh = DBI->connect(
            "dbi:Sybase:server=$server",
            $u, $p, { RaiseError => 1 },
        );
        $dbh->do('use msdb');
    
  2. or download this
    sub get_running_job_info {
        my ($dbh) = @_;
    ...
    
        return \@job_info;
    }
    
  3. or download this
            $job_id =~ tr/a-z/A-Z/;
            $job_id =~ s/^(..)(..)(..)(..)(..)(..)(..)(..)(.{4})(.{12})$/$
    +4$3$2$1-$6$5-$8$7-$9-$10/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found