Hey all,

I have a variable that prints... 2002

I want to strip the first two digits from that.  Could someone give me a
hand with that.  At the moment I have ...

$year = "2002";

$year =~ s//20/;

Is there a more precise way of doing that?

Regards,

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to