Re: im a beginner using perl

2002-02-19 Thread shock
Check out Mail::Sendmail at http://search.cpan.org/search?mode=module&query=mail%3A%3Asendmail * Wood, Richard ([EMAIL PROTECTED]) spake thusly: > > > All, > > This is part of what I have, if the service is not equal to 1, how would I > issue a command to email someone? Can not find this i

Re: can't write to a file in Linux, can in Unix....?

2002-01-17 Thread shock
* Brian Volk ([EMAIL PROTECTED]) spake thusly: > Hello, hello. > #!/bin/perl ^ \___ there should be no leading space. #! should be the first 2 characters on the line. this is likely the cause of ./script.pl not working for you. > $datafile = "/files/perl/test.txt"; > $resultfile =

Re: add text to the end of a word. HELP!!

2002-01-01 Thread shock
$name = $name . "\@minime.com"; * Peter Lemus ([EMAIL PROTECTED]) spake thusly: > Hi I need to add a word to the end of a word inside a > file. > > HELP PLEASE > > for example: I will read a file with these names > july > tony > richard > > then I want to add the following to the name > @mini