Search Results

Search: Posts Made By: Corona688
2,981
Posted By Corona688
dodona, that's exactly what dup() doesn't do.
dodona, that's exactly what dup() doesn't do.
2,981
Posted By Corona688
Scrutinizer, this is perl, not shell. You...
Scrutinizer, this is perl, not shell.

You can use a function to make it more elegant:

sub log {
my $arg=shift;
print $arg;
print LOGFILE $arg;
}

log("hey guys");
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 02:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy