Should be print TEMP $_;
On Tue, Nov 20, 2001 at 02:57:25PM +0100, Franck Collineau shaped the electrons to 
read:
> Hi!
> 
> I have the follwing code:
> 
> #!/usr/bin/perl -w
> open(FIC,"/home/collineau/Perl/Programmes/01_informatique/sauve/c0111_05.htm") 
> || die "Impossible d'ouvrir $!\n";
> open (TEMP,">/home/collineau/Perl/Programmes/01_informatique/sauve/temp.htm") 
> || die "Impossible d'ouvrir $!\n";
> while (<FIC>)
> {
>       print  (TEMP $_);
>       
> }
> 
> 
> 
> The temp.htm file is empty !!
> 
> Can anybody help me ?
> 
> 
> Franck
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to