SubbaReddy M wrote:
> Hello Gurus,
> Source code: of printFile.pl
> # File: printFile.pl ##
> #! /usr/bin/perl -w
> my (@data, $user);
>
> # Input rediretion file
>
> $user = (defined @ARGV) ? shift @ARGV : "Anonymous";
>
> # I don't wish to prompt by program, but it
Hello Gurus,
Source code: of printFile.pl
# File: printFile.pl ##
#! /usr/bin/perl -w
my (@data, $user);
# Input rediretion file
$user = (defined @ARGV) ? shift @ARGV : "Anonymous";
# I don't wish to prompt by program, but it's still waiting how to Step Over
here
@dat