Thank you, for some reason I had it in my mind that command would only decompress the
file, I tried it in my perl script and it worked fine..
>>> "Bakken, Luke" <[EMAIL PROTECTED]> 10/27/03 09:41AM >>>
> -Original Message-
> I was hoping someone would have an idea of how to cat zipped
>
None that I can remember, but I am open to making necessary changes..
>>> "Paul Kraus" <[EMAIL PROTECTED]> 06/02/03 11:45AM >>>
No changes to the system? Perl upgrade? System reload? Anything at all
that you can remember?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED
I have a perl script that acts like grep, however, it doesn't totally do what is
expected..
The script is called peg..
It supposedly takes regex or perl expressions for parameters.. however I have to
search for the following string :
TDS-RES.1.2345678
but when I use the following regex it fai
I'm a newbie, but try...
my $strngName=$txtWidgetName->get(0.1, 'end');
>>> yargo <[EMAIL PROTECTED]> 02/21/03 07:14AM >>>
Hi all,
I have this little script that asks the user for UserName & password.
I can't figure out where do I get the input.
e.g. :
UserName = yargo
Password = q1w2e3
print $peg_command;
print "\n";
#$rmhost->cmd($peg_command);
};
};
};
# $rmhost->close;
print"DONE";
}
>>> "Steve Lobach" <[EMAIL PROTECTED]> 02/
I would assume you would have to actually do a lookup using LDAP or something..
>>> "Madhu Reddy" <[EMAIL PROTECTED]> 02/18/03 08:55PM >>>
Hi Guys,
now it's working fine
there is typeo in e-mail address
i put email address as '[EMAIL PROTECTED]'
here typeo...
actual is "redy.ponnolu"
I am trying to read in a text widget line by line:
my $peg1=$PegText->get('1.0', '1.0 lineend');
my $peg2=$PegText->get('2.0', '2.0 lineend');
the problem is I want to do it dynamically, because I don't know how may I will have
in the future.. I read about the following method,
I have this subroutine which works pretty well for one value, but I need to be able to
parse the input text box ($PegText) so I can loop over the entry's..
I assume I can use $PegText->get($index1,$index2); I just don't know how to use it..
how does the setup the initial $index2 to look for the d
ript, but you don't have a
webserver...
What O/S is on the desktops? More importantly, what scripting or
programming language do they have in common? You can make a script or
program in you choice of language. As long as it supports running other
languages and can recieve the output from th
I've been doing some work on AIX and using grep to find data in files, but I
frequently run into situations where the lines are much longer than 2k characters. I
found a nice tool using Perl to do this..
Now I would like to beef up this script a little bit..
How can I run that Perl script re
10 matches
Mail list logo