Search Results For “Tag:perl” - # - rss
JR:
Add HTML Scrubber to Junco
- If you wanna "scrub" or "sanitize" html input in a reliable and flexible fashion, then this module is for you.
#programming
#perl
#juncotodo
- Oct 01, 2013
JR:
Resolved - Programming code to-dos
- July 14, 2013
DateTimeUtils.pm - # priority
following actions completed on July 14, 2013.
[done] Split out new date formatting code from DateTimeUtils.pm.
[done] Keep DateTimeUtils.pm. Will probably add more routines to this module.
[done] Put the...
more>>
- Jul 22, 2013
- #perl #code #resolved #github
JR:
ForecastIO
- /lib
ForecastIO.pm - July 14, 2013
/bin
test-forecastio-1.pl - July 11, 2013
#perl
#weather
- Jul 14, 2013
JR:
DateTimeUtils
- /lib
DateTimeUtils.pm - July 14, 2013
#perl
- Jul 14, 2013
JR:
Perl commands - exists versus defined
- if (defined $hash{$key}) { }
if (exists $hash{$key}) { }
defined checks to see if value for key is not undef. so key may exists but it was assigned undef.
exists checks to see if the key exists.
defined $hash{key} tells you whether or not the va...
more>>
- Jul 11, 2013
- #perl
JR:
Perl code for date and time processing
- ...
more>>
1 min read
- Jul 08, 2013
- #perl #programming
JR:
Perl try, catch, eval, die, warn, carp
- using
Perl's Warn and Die Signals
# warn user (from perspective of caller)
carp "string trimmed to 80 chars";
# die of errors (from perspective of caller)
croak "We're outta here!";
# die of errors with stack backtra...
more>>
- Jun 25, 2013
- #perl #programming
JR:
Web and mobile development using Perl, HTML5, CSS3, and JavaScript
- (Day 1) - Gabor Szabo - $250
At the end of the course you will be able to build two things:
A web application with Perl Dancer framework as a back-end which is also mobile enabled.
An installable mobile application for Android devices and iDevi...
more>>
1 min read
- May 28, 2013
- #perl #programming #javascript #html5 #css3
JR:
Test Automation using Perl
- (Day 1) - Gabor Szabo - $250
The 2-days class will include both lectures and hands-on exercises. Therefore the participants are requested to bring their own notebook machine to be able to enjoy the whole course.
This class assumes you are familiar ...
more>>
1 min read
- May 17, 2013
- #perl #programming #testing
JR:
Perl Programming Environments
- If you have no Perl 5 installed (or if you have an old version installed), you can install a newer release yourself.
Windows users, download Strawberry Perl from or ActivePerl from
Users of other operating systems with Perl 5 already installed ...
more>>
- May 06, 2013
- #perl #programming