Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
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 meditating upon the Monastery: (3)
As of 2024-04-18 01:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found