Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: automating loadrunner start

by runrig (Abbot)
on Apr 22, 2009 at 21:08 UTC ( [id://759407]=note: print w/replies, xml ) Need Help??


in reply to Re^2: automating loadrunner start
in thread automating loadrunner start

my @argv=("E:\\MIBOR_TimingTest\\MIBOR\\MIBOR.usr"); system(my @argv)==0 or die "Failed to execute Loadrunner (ret=$?): $^E +";
No, you do not want that second "my".

Replies are listed 'Best First'.
Re^4: automating loadrunner start
by grashoper (Monk) on Apr 22, 2009 at 21:09 UTC
    oh right you are, that makes it a completely seperate variable doesn't it?
      Right. And I believe "use warnings" would tell your that.
        I decided to use the vbscript to launch it and the perlscript to send the keys, it seems to be working, will know by tomorrow if it survives the night, then I can declare the restart portion finished however I will need a way to notify me if it dies, so will be back looking at it again tomorrow.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://759407]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 22:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found