in reply to Re: Re: Re: Unix 'head' in perl
in thread Unix 'head' in perl
I am getting compilation error, what i have used is $file_next = perl -ple" exit if $. == 10" $file_upload;
where
my $file_upload="$dir_details->{WORK_DIR}/upload/$params->{upname}.dat"; is the syntax correct?