On 3/9/06, Rakesh Mishra <[EMAIL PROTECTED]> wrote:

> well I have to prepare for the tech. interview for the post of Perl
> Programmer (first time).

When they ask you to write a Perl program, start with this:

    #!/usr/bin/perl

    use strict;
    use warnings;

That much will probably count for around 60% of your final score for
that program. Good luck with it!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to