Date sent: Fri, 17 Apr 2009 18:26:17 -0700 (PDT)
From: oryann9
Subject:Re: Turn off $ anchor greedy behavior
To: Perl Beginners
>
> Perl sucks...go Ruby...I did and I am much happier!
Good for you. I'm not sure what are you doi
John W. Krahn wrote:
Grant wrote:
I'm trying to use the Google::Adwords perl modules but I'm getting:
Bareword "Google::Adwords::Campaign" not allowed while "strict subs"
in use
Here is the beginning of my script:
use Google::Adwords::Campaign;
use Google::Adwords::CampaignService;
sub {
my
Grant wrote:
I'm trying to use the Google::Adwords perl modules but I'm getting:
Bareword "Google::Adwords::Campaign" not allowed while "strict subs" in use
Here is the beginning of my script:
use Google::Adwords::Campaign;
use Google::Adwords::CampaignService;
sub {
my $campaign = Google::Adw
I'm trying to use the Google::Adwords perl modules but I'm getting:
Bareword "Google::Adwords::Campaign" not allowed while "strict subs" in use
Here is the beginning of my script:
use Google::Adwords::Campaign;
use Google::Adwords::CampaignService;
sub {
my $campaign = Google::Adwords::Campaign;
R. Hicks wrote:
Are there any gotchas for using qx() to run system commands versus
backticks?
No, it's the same thing.
http://perldoc.perl.org/perlop.html#qx/STRING/
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
No, qx// is the general form of backticks; however, backticks
themselves are often the wrong choice. Take a look at open,
IPC::Open2, and IPC::Open3.
On Apr 19, 2009, at 15:39, "R. Hicks" wrote:
Are there any gotchas for using qx() to run system commands versus
backticks?
Robert
--
To
Are there any gotchas for using qx() to run system commands versus
backticks?
Robert
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
Hi gurus,
Can I drag and drop a text using win32::IE Automation.here is my
requirement.I have a text in a table i have to drag and drop that text into
another area of webpage.
Can i do that using Win32::IEAutomation?
Thanks in Advance,
PP
Hi
I am able to connect to my remote sql server through SQL express Managment
console.
I have configured my sqlserver to allow remote connections.
Thanks,
siva
On 4/16/09, Jayesh Thakrar wrote:
>
>
> From what I understand, the Express Edition of MS SQL Server does not
> support connections f