On Mon, Jul 19, 2010 at 01:50, newbie01 perl wrote:
> Hi all,
>
> Does anyone know if someone had written a Perl stat script that mimics the
> Linux' stat command?
>
> I want to be able to use the stat command on Solaris, unfortunately, I just
> found out that that command is not available on Sola
2010/7/19 newbie01 perl :
> Hi all,
>
> Does anyone know if someone had written a Perl stat script that mimics the
> Linux' stat command?
>
> I want to be able to use the stat command on Solaris, unfortunately, I just
> found out that that command is not available on Solaris and HP-UX so am
> think
> Hi all,
>
> Does anyone know if someone had written a Perl stat script that mimics
> the
> Linux' stat command?
>
> I want to be able to use the stat command on Solaris, unfortunately, I
> just
> found out that that command is not available on Solaris and HP-UX so
> am
> thinking a Perl script s
On Mon, Jul 19, 2010 at 7:50 AM, newbie01 perl wrote:
> Hi all,
>
> Does anyone know if someone had written a Perl stat script that mimics the
> Linux' stat command?
>
> I want to be able to use the stat command on Solaris, unfortunately, I just
> found out that that command is not available on So
Hi all,
Does anyone know if someone had written a Perl stat script that mimics the
Linux' stat command?
I want to be able to use the stat command on Solaris, unfortunately, I just
found out that that command is not available on Solaris and HP-UX so am
thinking a Perl script should be the way to g
n oddity with mod_perl and SOAP but I can't see a
why through. Does anyone have any ideas what I might try? I can't
change the architecture and have to make this work within what's
installed.
Any ideas appreciated.
Thanx,
Dp,
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For
On Jul 16, 8:32 pm, kennethwolc...@gmail.com (Kenneth Wolcott) wrote:
> Could you be a little more helpful and suggest just one of those many
> places to post a more advanced question that is too advanced for this
> mailing list? Perhaps perlmonks.org?
>
perl.xs is another possibility:
http:
perl_learner wrote:
Hi,
Hello,
#!/usr/bin/perl
#!/usr/bin/perl -w
my @result=`find ../src -name '*Msgs.msg'`;
#print "MSG direictories are: $result[0]";
foreach my $res (@result) {
print "$res"; #prints the array value of result
}
I have the array value as:
../src/libfile/src/FileRealMsgs
On Jul 17, 2010, at 10:01, "Dr.Ruud" wrote:
> Vishal Gupta wrote:
> > Sharan asked:
>
> >> my @table = @{ $tableRef };
> >>
>>> 2) what does @table contain?
>> @table will contains the original array, which is referenced by "$tableRef".
>
> Be more careful: it contains a copy.
snip
More spec
Vishal Gupta wrote:
> Sharan asked:
>> my @table = @{ $tableRef };
>>
2) what does @table contain?
@table will contains the original array, which is referenced by "$tableRef".
Be more careful: it contains a copy.
--
Ruud
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additio
Hello All,
(This is perl, v5.8.8). Sorry if this is a bit specialised (EG not v.
beginner) but I'm getting rather frustrated and could use some help.
I have a strange issue with a DBI/DBD::SQLite. I have a class that
creates an instance of DBI, EG:
package Foo;
use strict;
use warnings;
use DB
On Fri, Jul 16, 2010 at 17:43, perl_learner wrote:
> Hi,
>
> #!/usr/bin/perl
> #!/usr/bin/perl -w
>
> my @result=`find ../src -name '*Msgs.msg'`;
> #print "MSG direictories are: $result[0]";
>
> foreach my $res (@result) {
> print "$res"; #prints the array value of result
> }
>
> I have the array
Hi,
#!/usr/bin/perl
#!/usr/bin/perl -w
my @result=`find ../src -name '*Msgs.msg'`;
#print "MSG direictories are: $result[0]";
foreach my $res (@result) {
print "$res"; #prints the array value of result
}
I have the array value as:
../src/libfile/src/FileRealMsgs.msg
../src/libl/src/RRLRealMsgs
13 matches
Mail list logo