User Profile

Collapse

Profile Sidebar

Collapse
sai prudvi
sai prudvi
Last Activity: Mar 7 '14, 10:29 AM
Joined: Mar 7 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sai prudvi
    replied to interface between perl script and HTML
    in Perl
    use " $exp->log_user(0); " before the first expect statement . it worked for me .....
    See more | Go to post

    Leave a comment:


  • sai prudvi
    started a topic interface between perl script and HTML
    in Perl

    interface between perl script and HTML

    hi
    I am new to Perl and HTML . I have written a back end script in Perl using send expect statements, for loops and subroutines. In the Perl script i am logging in to the server and sending some commands and expecting server prompt and finally exit .Now i am trying to bring it to front end using HTML. I am using CGI as a framework to achieve this. This is my part of the code

    Code:
    #!/usr/bin/perl
    
    use Expect;
    ...
    See more | Go to post
    Last edited by Rabbit; Mar 7 '14, 04:07 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...