From: "Mike McClain"
> Hi,
>A few years ago I wrote a script to search a couple of dozen sites
> like CalJobs, craigslist, Dice, Indeed, several temp agencies in the
> area and a few of the major companies who use electronics techs
> for jobs I might care to apply for.
>At the time I used
On 2014-02-18 02:27, SSC_perl wrote:
I'm helping someone retrieve some info from a MySQL db and I'm having
trouble sending multiple select statements with Perl. Here's a portion of the
code:
use SQL::SplitStatement;
my $query_4 = "CREATE TEMPORARY TABLE `temp_ip` AS
(SELECT `ip`
F
Hi,
A few years ago I wrote a script to search a couple of dozen sites
like CalJobs, craigslist, Dice, Indeed, several temp agencies in the
area and a few of the major companies who use electronics techs
for jobs I might care to apply for.
At the time I used LWP::Simple, LWP::UserAgent, HTM
I've come across an odd issue with -d on a windows box
I have a script which recurses through a directory structure down two levels
eg:
─Customers Reports
└───Customers Reports
─Internal Reports
└───Report Project1
For the first one (Customer Reports) where the sub-directory has the same
name u