AndrewMcHorney wrote:
Hello
Hello,
I have a line of code that appears to not be returning what I am looking
for. I am attemting to add a number which has commas in it. It
represents the number of bytes of a file obtained for the dir command.
At the end of the run the number of bytes does no
AndrewMcHorney wrote:
Hello
Hello,
I am working on a script that does a directory of a Windows drive. There
are some lines returned where there are spaces before the 1st character.
If it's the first character then by definition it can't have anything
before it.
This throws off the spli
Hello
I have a line of code that appears to not be returning what I am
looking for. I am attemting to add a number which has commas in it.
It represents the number of bytes of a file obtained for the dir
command. At the end of the run the number of bytes does not come
close to what I expect.
Hello
Now the question how does this put this into a line of code? Say I
have $String1 and $String2 where I want to do $String1 = $String2
with the conversion. What would the code look like?
Andrew
At 05:23 PM 10/11/2008, Mr. Shawn H. Corey wrote:
On Sat, 2008-10-11 at 16:58 -0700, AndrewMc
On Sat, 2008-10-11 at 16:58 -0700, AndrewMcHorney wrote:
> Hello
>
> I am working on a script that does a directory of a Windows drive.
> There are some lines returned where there are spaces before the 1st
> character. This throws off the splitting of the line into an array.
> How can I strip t
Hello
I am working on a script that does a directory of a Windows drive.
There are some lines returned where there are spaces before the 1st
character. This throws off the splitting of the line into an array.
How can I strip the leading characters in an efficient way into
either the same stri
Kelly Jones wrote:
> I want an efficient subroutine that inserts $elt into @x and returns
> the percentile of $elt in @x.
>
> For example, if @x is (2,2,3,3,3,4,5,6,7,8) and $elt is 3, the
> subroutine returns .363636... and @x is now
> (2,2,3,3,3,3,4,5,6,7,8). Why .363636...?:
>
> % After inser
I want an efficient subroutine that inserts $elt into @x and returns
the percentile of $elt in @x.
For example, if @x is (2,2,3,3,3,4,5,6,7,8) and $elt is 3, the
subroutine returns .363636... and @x is now
(2,2,3,3,3,3,4,5,6,7,8). Why .363636...?:
% After insertion, @x has 11 elements. $elt (3)
Jeff Pang schreef:
> Ruud:
>> X-post alert: clpm.
>
> what does this mean?
http://groups.google.co.uk/groups?as_q=wholething&as_ugroup=comp.lang.perl.misc&as_uauthors=april
--
Affijn, Ruud
"Gewoon is een tijger."
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
> Message du 11/10/08 14:57
> De : "Dr.Ruud"
> A : beginners@perl.org
> Copie à :
> Objet : Re: print /! get a newline
>
>
> X-post alert: clpm.
>
what does this mean?
Regards,
Jeff.
Créez votre adresse électronique [EMAIL PROTECTED]
1 Go d'espace de stockage, anti-spam et anti-virus intég
X-post alert: clpm.
--
Affijn, Ruud
"Gewoon is een tijger."
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
> Message du 10/10/08 17:59
> De : "Sharan Basappa"
> A : "Jeff Pang"
> Copie à : "Perl Beginners"
> Objet : Re: add module path
>
>
> These are system installation. Can you tell me upto what directory
> should I be including use lib path?
>
>
Under this case you don't need to specify a special p
> Message du 11/10/08 13:39
> De : "April"
> A : beginners@perl.org
> Copie à :
> Objet : print /! get a newline
>
>
> print $wholething, "\!", "\n";
>
> and get the following:
>
> Thank you
> !
>
> How can make them on the same line?
mhh, you should
chomp $wholething;
before the 'print'.
Re
Why do you need a tie?
Take a look at the modules:
Text::Diff
Algorithm::Diff
or the UNIX 'diff' or 'comm' utilities for a simpler solution.
HTH,
Timur Shtatland
On Oct 8, 3:54 am, [EMAIL PROTECTED] (Loody) wrote:
> Dear all:
> I try to compare 2 files line by line.
> I use tie::file to save 2 f
print $wholething, "\!", "\n";
and get the following:
Thank you
!
How can make them on the same line?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
15 matches
Mail list logo