Execute include and return variables

2004-03-30 Thread Tomas Corral
Hi all: I cannot include a file so it can return all the variables I assigned. #FILE1.pl $var1= "tom"; #FILE2.pl do FILE1.pl #open $prog,'FILE1.pl' or die $!, #use 'FILE1.pl' #import 'FILE1.pl' print("var1=$var1"); I hanged arround perldoc perlfunc and google and... I guess I need help Th

Change file names

2004-03-10 Thread Tomas Corral
Hi all: Because '@' is a special character for many interpreters. I'm trying to change the names of 100 files deleting the '@' symbol. The filenames look like this: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Thanks in advance. _:: A newbie ::_