+ Post New Thread
Page 1 of 96 1 2 3 11 51 ... LastLast
Threads 1 to 20 of 1920

Forum: PERL Beginners

  1. Getting the total size of a directory

    I'm running out of web space and want to write a script that tell me the size of certain directories so I can see where the hog is. Can anyone...

    • Replies: 4
    • Views: 5,412
    09:44 AM Go to last post
  2. Question Format a string containing wildcard chars . and *

    Hi, I have a tcsh script that generates some dates and then is used to grep a file. The working code line is: setenv BSTODAY `/bin/perl...

    format, perl print, wildcard
    • Replies: 0
    • Views: 208
    09:59 PM Go to last post
  3. call one perl script within another

    How Can I call a perl script within my main script If I do $response=`perl $somescript $args`; This will call a new perl process, and may be...

    • Replies: 8
    • Views: 5,564
    07:33 AM Go to last post
  4. Cobol format conversion

    Hello, What is the best way to convert a numeric cobol format S9(09)V9(04) in a more readable way. For example: 000001000000} will be...

    • Replies: 7
    • Views: 1,551
    09:20 PM Go to last post
  5. Encrypting PERL source code...

    Can anyone suggest where I might be able to find (hopefully a freeware or shareware script..) a program that runs either on a windows system or a...

    • Replies: 10
    • Views: 7,979
    02:44 AM Go to last post
  6. Using print to overwrite a line

    Is there a simple way to print over an existing line? For example: I would like to have a progress report that reads 10%, 20% etc. I don't want...

    • Replies: 4
    • Views: 6,196
    03:07 PM Go to last post
  7. Cursor moving in one position

    Hi all, in some aplicantions, we can see the cursor moving in one position, like an "indicator of application is running". In the examples that I...

    • Replies: 4
    • Views: 5,566
    09:42 AM Go to last post
  8. Some 'System Calls' was Capturing system call output value

    On Friday, Nov 14, 2003, at 18:39 US/Pacific, Jerry Rocteur wrote: Wiggins is the one who deserves the point, since he was the one with the...

    • Replies: 1
    • Views: 653
    10:28 AM Go to last post
  9. Get Terminal Width and Height, Pure Perl

    Okay, I have a terminal program I need to get the width and height for. I have a very good reason needing to do it with a base 5.8 Perl install, if...

    • Replies: 6
    • Views: 2,740
    10:06 AM Go to last post
  10. DBI Query rows Benchmark

    Hello! I have a questionto those lovers of DBI and Databases: which method is faster to know the number of rows of a query: $sth->rows or ...

    • Replies: 4
    • Views: 1,302
    02:13 PM Go to last post
  11. Determine window focus

    I'm trying to write a Perl script that will watch for an IE window to get the focus, grab the COM2 input and output it as if it were from the...

    • Replies: 1
    • Views: 498
    01:00 AM Go to last post
  12. SMTP From field using MIME::Lite

    I wrote the following code: MIME::Lite->send('smtp', "mail.myserver.com", Timeout=>60); $msg = MIME::Lite->new( From ...

    • Replies: 5
    • Views: 3,903
    08:55 AM Go to last post
  13. system function wont redirect output

    hey, in my program im just trying to redirect the commands output but i get the error: sh: line 1: 1: command not found code: $return =...

    • Replies: 2
    • Views: 4,823
    01:31 AM Go to last post
  14. Bidirectional pipes

    Hi all, I wonder how can I open pipe to STDIN and STDOUT of a process ? Tnx. Mehmet

    • Replies: 4
    • Views: 2,425
    10:45 PM Go to last post
  15. Question Question about the HTTP::Request POST question

    Hello, everybody! Today I write a little perl program to auto-login the website. I can success to login, but I can't get the data of login after...

    • Replies: 0
    • Views: 923
    03:29 AM Go to last post
  16. Perl Style

    When they say "uncuddled else" are they meaning: if () { # code } else { # code }

    • Replies: 4
    • Views: 1,136
    08:02 PM Go to last post
  17. Question about CPAN's Text::Diff

    Hi all: This newbie would like to compare two files, let's say File1 and File2. I want to put the difference from File2 only, into a new file,...

    • Replies: 3
    • Views: 2,009
    09:53 PM Go to last post
  18. Enumerating list of IP Addresses from a given range

    given a start and finish address like this $start_address = "10.11.1.14:; $finish_address = "12.13.2.3"; I need to output generarate a a...

    • Replies: 7
    • Views: 3,371
    06:41 AM Go to last post
  19. grep argument list too long...how to get around it?

    On Thu, Oct 09, 2003 at 12:21:57PM -0400, Kevin Old wrote: It's a system limit (not specific to grep) based on the size-in-bytes of the argument...

    • Replies: 9
    • Views: 4,097
    11:05 PM Go to last post
  20. Getting the most recent file

    I am trying to write some code to read the most recent log file in a directory. I wrote some code below. This works but I was wondering if there...

    • Replies: 5
    • Views: 4,919
    02:04 AM Go to last post

+ Post New Thread
Page 1 of 96 1 2 3 11 51 ... 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 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