Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~586 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for tommyliu

You can try by setting the user-agent. use WWW::Mechanize; my $mech=WWW::Mechanize->new(); $mech->agent_alias( 'Windows IE 6' ); For more list of user agents try - `perldoc WWW::Mechanize` Also see [this](http://code.google.com/p/www-mechanize/issues/list) page for known issues.

Member Avatar for chandrashekar
0
197
Member Avatar for sandeepau

> Can you please suggest me to how to execute .profile from perl script. I have following unix script steps & just wanted replicate them in perl script to make sure I'm executing .profile. You could use system command. Try, system(" source /YOUR_HOME_DIR_PATH/.profile ");

Member Avatar for chandrashekar
0
158
Member Avatar for PhoenixInsilico
Member Avatar for chandrashekar
0
231

The End.