Hello,

----- Original Message ----- 
From: "Francesco Guglielmo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 4:35 AM
Subject: # question


> ($uno,$due,$tre,$quattro,$cinque,$sei) = split (/\s+/);
> s/\#//;

You probably want to write:
  $sei=~s/\#//;

Shawn

> print $sei;
> 
> Is it right to have $sei without #?
> thanks



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

Reply via email to