On Wed, 21 Sep 2005, oracle s wrote:
> I have a trace file( network simulator trace file) and I need to write
> a perl script which computes drop probability and delay. The
> parameters are read from the trace file and I need to do all these
> calculations in the perl script. Since I have no kn
oracle s wrote:
> Hello,
>
> I have a trace file( network simulator trace file) and I need to write a perl
> script which computes drop probability and delay. The parameters are read
> from the trace file and I need to do all these calculations in the perl
> script. Since I have no knowledge of
Hello,
I have a trace file( network simulator trace file) and I need to write a perl
script which computes drop probability and delay. The parameters are read from
the trace file and I need to do all these calculations in the perl script.
Since I have no knowledge of perl, could you please ad
macromedia wrote:
> Hi,
Hello,
> I have a file that I would like to read in then do the following:
>
> - Read in each line and remove any duplicate text with tags
> - Sort the file so all tag IDs are in sequential order
> - Save the results to a different file name.
>
> Can this be done easily?
On Wed, 21 Sep 2005, macromedia wrote:
> I have a file that I would like to read in then do the following:
>
> - Read in each line and remove any duplicate text with tags
> - Sort the file so all tag IDs are in sequential order
> - Save the results to a different file name.
>
> Can this be done
O'Brien, Bill wrote:
> Greetings,
>
> Not sure if this is correct place, but I need to start somewhere, I have
> cygwin install on my work station and I'm trying to to use
> NET::SSH::Perl but I'm getting an error.
> I have installed NET:SSH:Perl-1.28, but I'm getting the following error,
> when I
Hi,
I have a file that I would like to read in then do the following:
- Read in each line and remove any duplicate text with tags
- Sort the file so all tag IDs are in sequential order
- Save the results to a different file name.
Can this be done easily? If so, how? I'm really a newbie at this
Hi,
I have a file that I would like to read in then do the following:
- Read in each line and remove any duplicate text with tags
- Sort the file so all tag IDs are in sequential order
- Save the results to a different file name.
Can this be done easily? If so, how? I'm really a newbie at this
Sep 21, 2005 kl. 9:48 PM skrev Tommy Nordgren:
How do you split a string on the equality character?
Neither split (/=/,$myvar)
nor split ('=',$myvar)
appears to work
"Home is not where you are born, but where your heart finds peace" -
Tommy Nordgren, "The dying old crone"
--
To unsubscribe,
Greetings,
Not sure if this is correct place, but I need to start somewhere, I have
cygwin install on my work station and I'm trying to to use
NET::SSH::Perl but I'm getting an error.
I have installed NET:SSH:Perl-1.28, but I'm getting the following error,
when I run the script.
Can't locate Math/
Tommy Nordgren wrote:
>
> This is my full script:
> #!/usr/bin/perl
> use strict;
> use warnings;
>
> if ( @ARGV !=2) {
> die "Usage: nibfixup Nibfile Applicationname\n" ;
> }
>
> my $nibfile = $ARGV[0];
> my $appname = $ARGV[1];
>
> print "Running nibtool\n";
> my $dictionary = `/usr/bin/n
Sep 21, 2005 kl. 9:55 PM skrev Wagner, David --- Senior Programmer
Analyst --- WGO:
Tommy Nordgren wrote:
How do you split a string on the equality character?
Neither split (/=/,$myvar)
nor split ('=',$myvar)
appears to work
"Home is not where you are born, but where your heart finds peace
Tommy Nordgren wrote:
>
> Sep 21, 2005 kl. 9:54 PM skrev John W. Krahn:
>
>> Tommy Nordgren wrote:
>>
>>> How do you split a string on the equality character?
>>> Neither split (/=/,$myvar)
>>> nor split ('=',$myvar)
>>> appears to work
>>
>> How does it not work?
>
> When called with the sy
Tommy Nordgren wrote:
> How do you split a string on the equality character?
> Neither split (/=/,$myvar)
> nor split ('=',$myvar)
> appears to work
> "Home is not where you are born, but where your heart finds peace" -
> Tommy Nordgren, "The dying old crone"
You are doing something incorrectly.
On Sep 21, Tommy Nordgren said:
When called with the syntax I've used, it returns a list containing a
single string.
I'll try without the paranthesis.
Can it be that perl treats the entire source text between left and right
paranthesis as a regular expression.
If so, I consider this a bug.
Sep 21, 2005 kl. 9:54 PM skrev John W. Krahn:
Tommy Nordgren wrote:
How do you split a string on the equality character?
Neither split (/=/,$myvar)
nor split ('=',$myvar)
appears to work
How does it not work?
When called with the syntax I've used, it returns a list
containing a si
Tommy Nordgren wrote:
> How do you split a string on the equality character?
> Neither split (/=/,$myvar)
> nor split ('=',$myvar)
> appears to work
> "Home is not where you are born, but where your heart finds peace" -
> Tommy Nordgren, "The dying old crone"
Really need the context of wha
Tommy Nordgren wrote:
> How do you split a string on the equality character?
> Neither split (/=/,$myvar)
> nor split ('=',$myvar)
> appears to work
How does it not work?
It works for me.
$ perl -le' print for split /=/, "one=two" '
one
two
John
--
use Perl;
program
fulfillment
--
To unsu
How do you split a string on the equality character?
Neither split (/=/,$myvar)
nor split ('=',$myvar)
appears to work
"Home is not where you are born, but where your heart finds peace" -
Tommy Nordgren, "The dying old crone"
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
19 matches
Mail list logo