n list: http://cygwin.com/lists.html
While you are waiting to resolve that issue, the perldoc pages are online
at http://perldoc.perl.org/
Cheers,
Michael
--
Michael BraderSenior Software Engineer and Perl Person
There's no such thing as a DevOps team Techn
write the lines of code exactly how I should run it? And
would like to hear further instructions and recommendations.
Kind regards,
Femi
On Nov 12, 2013, at 1:08 AM, Michael Brader <mailto:mbra...@internode.com.au>> wrote:
Nathan has found your problem, but see below for more sugges
return value of system calls such as close.
It's unlikely after reading but a big problem after writing:
close $PROTEINFILE
or warn "Problem closing protein file $proteinfilename. Reason: $!";
Cheers,
Michael
--
Michael BraderSenior Software Engineer a
nkey Pathak <http://www.technostall.com>
--
Regards,
Chankey Pathak <http://www.linuxstall.com>
--
Michael BraderSenior Software Engineer and Perl Person
Our World Wide Web has a World Wide Network Technology/Softdev/DevOps
Internode http://internode.on
print like this:
print LOG LOG2 "[...]";
But that fails with an error:
String found where operator expected at ./t1.pl line 109, near "LOG2
"kdkdkdkd Output from:\n$rsync cmdflgs""
(Do you need to predeclare LOG2?)
syntax error at
On 07/26/2013 06:10 AM, Charles DeRykus wrote:
On Wed, Jul 24, 2013 at 10:56 PM, Michael Brader
mailto:mbra...@internode.com.au>> wrote:
[...]
There are at least 2 modules that can definitely do the job for you,
Date::Manip::Date and DateTime (with DateTime::Format::Natur
.
For example, the code above will happily turn '99-99-2013' into '2013-99-99'.
Cheers,
Michael
--
Michael BraderSenior Software Engineer and Perl Person
Our World Wide Web has a World Wide Network Technology/Softdev/DevOps
Internode http://intern
.
Cheers,
Michael
--
Michael BraderSenior Software Engineer and Perl Person
Our World Wide Web has a World Wide Network Technology/Softdev/DevOps
Internode http://internode.on.net/ mbra...@internode.com.au
iiNet http://iinet.net.au/
would love to wrap this up so I can
transfer my contacts to my new address book. Thanks again to all.
my $url = $item->findvalue('a[@class="lnk-store-item"]/@href');
See an XPath reference for why.
And go to bed!
Cheers,
Michael
--
Michael BraderS
illustrate the difference:
#!/usr/bin/perl
use strict;
use warnings;
use Data::Dumper qw/ Dumper /;;
my @a1 = ( 1, 2, 3 );
print '@a1: ' . Dumper(\@a1);
my @a2 = [ 1, 2, 3 ];
print '@a2: ' . Dumper(\@a2);
Cheers,
Michael
--
Michael Brader
ings;
use File::Spec; # for splitpath
my $path = 'c:\p4\car\abc\xyz.csproj';
my ( $volume, $directories, $file) = File::Spec->splitpath( $path );
print <<"EOINFO";
Volume: $volume
Directories: $directories
File: $file
EOINFO
exit 0;
__END__
Cheers,
Michael
--
PR as a hex string and returns the
corresponding value.
http://perldoc.perl.org/functions/oct.html
*oct EXPR **oct* Interprets EXPR as an octal string and returns the
corresponding value.
I tested the functions. The first description is possibly wrong. If I am
right, which functions
rds and 'perldoc strict' for more
info on what "use strict 'subs' forbids and allows.
Cheers,
Michael
Michael Brader
Senior Software Engineer - Billing
Techops - Softdev
Internode http://www.internode.on.net/
From: Mark Haney [ma
abc) { print "You have choosen \"abc\" as $abc" };
# ==
If you don't have List::MoreUtils installed and can't install it, replace the
'if ( any...)' block with:
foreach my $arg (@ARGV) {
if ( $arg eq '-help' ) {
$help = 1;
r/lib/mysql free
ExData --fields-enclosed-by=\"\ --fields-terminated-by=\|\");
Thank you for any and all assistance!
Regards,
Al
--
Michael Brader
Senior Software Engineer - Billing
Techops - Softdev
Internode http://www.internode.on.net/
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
15 matches
Mail list logo