Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

RE: RE: Conditioned Response (or lack thereof)

by cwest (Friar)
on Oct 15, 2000 at 02:42 UTC ( [id://36777]=note: print w/replies, xml ) Need Help??


in reply to RE: Conditioned Response (or lack thereof)
in thread Conditioned Response (or lack thereof)

I went job hunting some time ago and was not tested anywhere, although I expected to be.

Where I work, I keep a 'lab.pl' on every server/workstation that I come in contact with. It's basic make up is:

#!/usr/bin/perl -w use diagnostics; use strict; $|++; use Data::Dumper; __END__
With that in a file with 700 permissions, I can almost work up to the "any time, anywhere" level.

If a co-worker asks me a coding question, I can mock up a demonstration at a terminal and teach them what I'm doing as I code. This is very handy.

And if there are errors, I just talk through them till I have a working model, then I can mail them my file and they have an example to keep.

--
Casey
   I am a superhero.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-18 10:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found