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

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I started using Perl about 10 years ago in my job as a Solaris systems administrator. Naturally, a lot of what I have written is in the line of simple utility scripts to make the job easier but there have been a few more complex tasks over the years.

  • A script to emulate tar in order to rescue some data archived from a PrimOS box supposedly in tar format. Unfortunately, all the filenames had been truncated to 14 characters in the archive which meant that many filenames were identical and files were being overwritten when extracted using /usr/bin/tar. This was my first *big* script.

  • A script to find duplicate files in multiple directories recursively.

  • A GUI script using Tk to check my lottery tickets. The script works much better than the tickets, sadly ;-(

  • A script to synchronize a partition between two machines using FTP.

  • A module to replace File::Find by something with a nicer interface. Seems to work ok on Solaris and Linux, will try and get it working on Windoze one day.

  • Various ad hoc scripts to help people out of difficulties. They are usually amazed at how quickly Perl can solve the problem, (most work in house is Java).

Having started with Fortran IV and Cobol, moving on through PDP-11 assembler then C and Fortran 77, I am still amazed after ten years how Perl can cover so many bases and make my life so much easier and more enjoyable.

Cheers,

JohnGG


In reply to Re: So Whatcha use perl for anyway? by johngg
in thread So Whatcha use perl for anyway? by KurtSchwind

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found