+ Post New Thread
Page 1 of 4 1 2 3 ... LastLast
Threads 1 to 20 of 79

Forum: Perl / CGI

  1. Perl SNMP set pdu with multiple values

    fffffffffffffffffffffffffffffffffffffffffff

    • Replies: 0
    • Views: 319
    04:39 PM Go to last post
  2. Html::tokeparser::simple

    Someone want to show me how this module can help parse out html? I want to grap text between <td>text</td> being able to apple regexp to get what...

    • Replies: 5
    • Views: 2,070
    01:54 PM Go to last post
  3. Urgent help on some questions

    Hey guys, so if i dont get this in by sunday evening; im kinda dead. so any brotherly help would be loved. 1. what query creates a table in the...

    • Replies: 0
    • Views: 289
    12:34 AM Go to last post
  4. Question [Imager.pm] How can I expand the base size of the image?

    Hi, I'm trying to use Imager.pm, but I have a problem. For example, I'm making a 400x400px-image from 480x360px. First I load an image and then...

    • Replies: 0
    • Views: 290
    06:35 PM Go to last post
  5. Post Question translate xml file into hash table using perl

    Hi, i have large xml file which contains lot of information about tests and test discription. i want to convert xml file into hash table using...

    • Replies: 0
    • Views: 9
    01:00 PM Go to last post
  6. Perl - HowTo operating with large file?

    I have one small problem! HowTo read from large text file text in binary mode? if i want read all file, i use this code: my (@LOG_FILE); open...

    • Replies: 6
    • Views: 13,595
    02:03 PM Go to last post
  7. What is eval?

    Can anybody explain the functionality of eval in brief? Thanks in advance, Mallik.

    • Replies: 7
    • Views: 18,171
    10:23 AM Go to last post
  8. Make not working in CPAN in OSX shell

    Hi There, I am trying to install some Perl modules from CPAN. Upon not being able to install anything (even running 'install Data::Dumper',...

    • Replies: 1
    • Views: 1,076
    09:04 AM Go to last post
  9. Question 'eval' help please...

    Trying to write a little script that uses eval like this: eval("\\$$key = \\"$value\\""); This doesn't work and below is the error. Any...

    • Replies: 0
    • Views: 520
    04:07 PM Go to last post
  10. SFTP Issue

    I'm not really versed in perl, but created a very simple script to secure ftp files created within my app, which is written in Progress ABL/4GL. ...

    • Replies: 0
    • Views: 515
    01:42 PM Go to last post
  11. Question How to retrieve all First level P tags

    Hi every body, I am new to perl I want to get the first level p tags from the following data can any one help me to do this. $content='<body><p>...

    • Replies: 0
    • Views: 565
    05:47 AM Go to last post
  12. Net::Telnet and MPD

    Hello everyone, love the site, lots of great info Anyways, I am trying to make my own MPD interface using perl. To do this I am trying to use the...

    mpd, net::telnet, perl
    • Replies: 1
    • Views: 1,254
    03:20 PM Go to last post
  13. Question Question Read a text file on a user's machine and write to the screen (HTML)

    Hi folks, this is driving me nuts so I do hope someone can help. It seems to me that this should be simple but everything I try I get: No such file...

    • Replies: 2
    • Views: 1,139
    10:43 AM Go to last post
  14. Question Perl nested loops

    Hello, I have the following code, but it seems that the first array can't be used in the second while loop for comparison. Can someone tell me how...

    • Replies: 0
    • Views: 936
    12:59 PM Go to last post
  15. Unhappy change from http to https from a specific form

    What is the right way to write this script; <FORM ACTION=$ENV{'SCRIPT_NAME'} METHOD=POST> <INPUT TYPE=HIDDEN NAME=action VALUE=procreg> <INPUT...

    • Replies: 0
    • Views: 973
    03:04 AM Go to last post
  16. Question Problem using Net::SSH2 module

    #!usr/bin/perl use warnings; use Net::SSH2; use Net::SSH2::Channel; use Data::Dumper; my $ssh2 = Net::SSH2->new();...

    • Replies: 0
    • Views: 1,633
    12:59 PM Go to last post
  17. Question how to install B:Bytecode.pm on linux?

    Hi, I have been trying to run the following script on my system:- #!/usr/bin/perl #Load Net::FTP use Net::FTP; ...

    bytecode, perl
    • Replies: 0
    • Views: 1,741
    07:29 PM Go to last post
  18. HTML to XML in Perl?

    Suppose I want to translate an HTML to a XML-well-formed HTML (so that I can, e.g., apply xsltproc to the result). E.g., HTML::TreeBuilder can...

    • Replies: 2
    • Views: 3,019
    10:00 AM Go to last post
  19. installation of perl module Net::SFTP

    Hi, I am trying to install Net::SFTP from the CPAN mirror site by using the command perl -MCPAN -e 'install Net::SFTP' but it is giving me the...

    • Replies: 1
    • Views: 2,995
    09:29 AM Go to last post
  20. Regex problem

    Hi there, I have a regex problem. Basicly I do not want to match: /dir/test/contact.html But I do want to match: /test/contact.html

    • Replies: 12
    • Views: 959
    06:43 AM Go to last post

+ Post New Thread
Page 1 of 4 1 2 3 ... LastLast

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139