[EMAIL PROTECTED] wrote:
Hi All,
Hello,
#! /usr/tools/deployment/bin/perl
use warnings;
use strict;
use lib "/home/m.belgaonkar/";
use lib "/home/p.gupta/";
$i=0;
$p=0;
$l=0;
my $i = 0;
my $p = 0;
my $l = 0;
$dt=qx(date);
@dt1=split(' ',$dt);
@[EMAIL PROTECTED];
@[EMAIL PROTECTED];
@[
[EMAIL PROTECTED] wrote:
>
> I have written once Perl script to perform certain task. In that script
> I have defined one function to create the log file.
>
> The issue is that whenever I am running that script it is executing fine
> but the moment it reaches to log () function it throws me follo
Hi All,
I have written once Perl script to perform certain task. In that script
I have defined one function to create the log file.
The issue is that whenever I am running that script it is executing fine
but the moment it reaches to log () function it throws me following
error.
Can't t