comp.lang.perl.misc
By Subject
2166 messages sorted by: [ author ] [ date ] [ thread ]
Starting: 02/28/05
Ending: 03/30/05
- $line = <FH> returns incomplete lines
- (",) Do You Want To Know For Sure You Are Going To Heaven?
- == operator acts differently in perl 5.005_03 and 5.8.2
- @_ uninitialized value
- @ARGV not getting command line arguments
- [ANN] j2Perl 2.0 -- Allowing Java to access Perl code
- [perl-python] a program to delete duplicate files
- [perl-python] generate all possible pairings
- [perl-python] limericks
- [perl-python] sorting matrixes
- [perl-python] unicode study with unicodedata module
- [Q]: How to sort first abc, then 123?
- A hash or array of regexp's?
- a program to delete duplicate files
- A versus An (programatically)
- About tied filehandles limitation: stat operation
- Absolute path problem
- accessing arrays in a different sub-routine
- Accessing Single Parameters in Perl Script
- Accessing SMB share on Mac OSX for file copy
- accessing WMI object's attributes
- Advice for moving linux script to MacPerl
- ANNOUNCE: CGI::ContactForm 1.30 released to CPAN
- another problem with look-around
- Another use vs. require snafu
- Anyone understands eval?
- Anyone using Storable.pm on x86_64? Seems to be broken
- Anyone with experience usging ADO for Oracle?
- Apache::AuthCookie and multi-part forms
- Apache::Request installation issues
- Apache::Status
- Auth Surfing using Perl
- BerkeleyDB oddity?
- beta testing
- Broken pipe problem? If so, why?
- bug in perl
- Bug: Hard link in perl 5.8.6 under Solaris 8?
- Building perl
- C::Scan module doesn't support old C function defintions...
- can someone help?
- Can this be more efficient?
- cant display generated html in browser (perl script)
- Categories of Perl questions
- CGI and PL suddenly stopped working
- CGI calling an expect script problem
- cgi question kinda
- cgi.pm popup_menu define select width?
- Checking for safe paths
- Class instances with 'use overload' in a tied hash
- Class::Date
- Cloning structures containing weak references
- clpannounce problem
- clueless on "use base" pragma
- code and messages
- combining two arrays
- comparing two numbers
- conditional
- convert gb18030 to utf16
- converting a line of ascii to decimal
- Converting Word Control characters to an ASCII format
- cperl-mode and emacs-21.4 brocken?
- Cron Job & Perl
- CVS Activity Graph?
- DBD::mysql object version 2.9003 does not match bootstrap parameter
- DBI and Microsoft Access
- DBI DBM Slow - Is a ramdisk the answer?
- directing output of system()
- disagree with a few things in perlsec
- Distribution of modules, historically
- dividing strings
- Do you have much use for formats, protos, ties,...?
- Documentation for shifting elements of @ARGV
- doubt regarding Symbolic references
- Drag and drop
- Dreamweaver (or some such) and HTML::Template?
- dynamic update
- Emacs modules for Perl programming
- Encoding "deflate" -- how to handle? [WWW, client-side]
- Encrypting credit card numbers?
- END blocks and fork
- environment inheritance
- Error "Use of uninitialized value "
- error with variable
- exclude regular expression
- Expect module - need some help...
- Exporting Symbols via Exporter
- Extract data using Curl Unix Command & Perl Script from Webpage
- Extracting words using Regular Expressions
- Failed test (t/10mysql.t at line 35)
- FAQ .
- FAQ 1.1 What is Perl?
- FAQ 1.16 How can I convince my sysadmin/supervisor/employees to use version 5/5.6.1/Perl instead of some other language?
- FAQ 1.2 Who supports Perl? Who develops it? Why is it free?
- FAQ 2.18 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org?
- FAQ 3.1 How do I do (anything)?
- FAQ 3.12 Where can I get perl-mode for emacs?
- FAQ 3.29 I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong?
- FAQ 3.3 Is there a Perl shell?
- FAQ 4.14 How can I compare two dates and find the difference?
- FAQ 4.33 How do I pad a string with blanks or pad a number with zeroes?
- FAQ 4.41 How can I remove duplicate elements from a list or array?
- FAQ 4.60 How can I always keep my hash sorted?
- FAQ 4.7 How do I multiply matrices?
- FAQ 5.12 How can I translate tildes (~) in a filename?
- FAQ 5.26 How do I print to more than one file at once?
- FAQ 6.11 Can I use Perl regular expressions to match balanced text?
- FAQ 6.4 I put a regular expression into $/ but it didn't work. What's wrong?
- FAQ 7.10 How do I create a class?
- FAQ 7.11 How can I tell if a variable is tainted?
- FAQ 7.12 What's a closure?
- FAQ 7.13 What is variable suicide and how can I prevent it?
- FAQ 7.14 How can I pass/return a {Function, FileHandle, Array, Hash, Method, Regex}?
- FAQ 7.15 How do I create a static variable?
- FAQ 7.16 What's the difference between dynamic and lexical (static) scoping? Between local() and my()?
- FAQ 7.17 How can I access a dynamic variable while a similarly named lexical is in scope?
- FAQ 7.18 What's the difference between deep and shallow binding?
- FAQ 7.19 Why doesn't "my($foo) = <FILE>;" work right?
- FAQ 7.20 How do I redefine a builtin function, operator, or method?
- FAQ 7.21 What's the difference between calling a function as &foo and foo()?
- FAQ 7.22 How do I create a switch or case statement?
- FAQ 7.23 How can I catch accesses to undefined variables, functions, or methods?
- FAQ 7.24 Why can't a method included in this same file be found?
- FAQ 7.25 How can I find out my current package?
- FAQ 7.26 How can I comment out a large block of perl code?
- FAQ 7.27 How do I clear a package?
- FAQ 7.28 How can I use a variable as a variable name?
- FAQ 7.7 Why do Perl operators have different precedence than C operators?
- FAQ 7.8 How do I declare/create a structure?
- FAQ 7.9 How do I create a module?
- FAQ 8.0 What does "bad interpreter" mean?
- FAQ 8.1 How do I find out which operating system I'm running under?
- FAQ 8.10 How do I read and write the serial port?
- FAQ 8.11 How do I decode encrypted password files?
- FAQ 8.12 How do I start a process in the background?
- FAQ 8.13 How do I trap control characters/signals?
- FAQ 8.14 How do I modify the shadow password file on a Unix system?
- FAQ 8.15 How do I set the time and date?
- FAQ 8.16 How can I sleep() or alarm() for under a second?
- FAQ 8.17 How can I measure time under a second?
- FAQ 8.18 How can I do an atexit() or setjmp()/longjmp()? (Exception handling)
- FAQ 8.19 Why doesn't my sockets program work under System V (Solaris)? What does the error message "Protocol not supported" mean?
- FAQ 8.2 How come exec() doesn't return?
- FAQ 8.20 How can I call my system's unique C functions from Perl?
- FAQ 8.21 Where do I get the include files to do ioctl() or syscall()?
- FAQ 8.22 Why do setuid perl scripts complain about kernel problems?
- FAQ 8.23 How can I open a pipe both to and from a command?
- FAQ 8.24 Why can't I get the output of a command with system()?
- FAQ 8.25 How can I capture STDERR from an external command?
- FAQ 8.26 Why doesn't open() return an error when a pipe open fails?
- FAQ 8.27 What's wrong with using backticks in a void context?
- FAQ 8.28 How can I call backticks without shell processing?
- FAQ 8.29 Why can't my script read from STDIN after I gave it EOF (^D on Unix, ^Z on MS-DOS)?
- FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- FAQ 8.30 How can I convert my shell script to perl?
- FAQ 8.31 Can I use perl to run a telnet or ftp session?
- FAQ 8.32 How can I write expect in Perl?
- FAQ 8.33 Is there a way to hide perl's command line from programs such as "ps"?
- FAQ 8.34 I {changed directory, modified my environment} in a perl script. How come the change disappeared when I exited the script? How do I get my changes to be visible?
- FAQ 8.35 How do I close a process's filehandle without waiting for it to complete?
- FAQ 8.36 How do I fork a daemon process?
- FAQ 8.37 How do I find out if I'm running interactively or not?
- FAQ 8.38 How do I timeout a slow event?
- FAQ 8.39 How do I set CPU limits?
- FAQ 8.4 How do I print something out in color?
- FAQ 8.40 How do I avoid zombies on a Unix system?
- FAQ 8.41 How do I use an SQL database?
- FAQ 8.42 How do I make a system() exit on control-C?
- FAQ 8.43 How do I open a file without blocking?
- FAQ 8.44 How do I tell the difference between errors from the shell and perl?
- FAQ 8.45 How do I install a module from CPAN?
- FAQ 8.46 What's the difference between require and use?
- FAQ 8.47 How do I keep my own module/library directory?
- FAQ 8.48 How do I add the directory my program lives in to the module/library search path?
- FAQ 8.49 How do I add a directory to my include path (@INC) at runtime?
- FAQ 8.5 How do I read just one key without waiting for a return key?
- FAQ 8.6 How do I check whether input is ready on the keyboard?
- FAQ 8.7 How do I clear the screen?
- FAQ 8.8 How do I get the screen size?
- FAQ 8.9 How do I ask the user for a password?
- FAQ 9.0 What is socket.ph and where do I get it?
- FAQ 9.1 What is the correct form of response from a CGI script?
- FAQ 9.10 How do I decode or create those %-encodings on the web?
- FAQ 9.11 How do I redirect to another page?
- FAQ 9.12 How do I put a password on my web pages?
- FAQ 9.13 How do I edit my .htpasswd and .htgroup files with Perl?
- FAQ 9.14 How do I make sure users can't enter values into a form that cause my CGI script to do bad things?
- FAQ 9.15 How do I parse a mail header?
- FAQ 9.16 How do I decode a CGI form?
- FAQ 9.17 How do I check a valid mail address?
- FAQ 9.18 How do I decode a MIME/BASE64 string?
- FAQ 9.19 How do I return the user's mail address?
- FAQ 9.2 My CGI script runs from the command line but not the browser. (500 Server Error)
- FAQ 9.20 How do I send mail?
- FAQ 9.21 How do I use MIME to make an attachment to a mail message?
- FAQ 9.22 How do I read mail?
- FAQ 9.23 How do I find out my hostname/domainname/IP address?
- FAQ 9.24 How do I fetch a news article or the active newsgroups?
- FAQ 9.25 How do I fetch/put an FTP file?
- FAQ 9.26 How can I do RPC in Perl?
- FAQ 9.3 How can I get better error messages from a CGI program?
- FAQ 9.4 How do I remove HTML from a string?
- FAQ 9.5 How do I extract URLs?
- FAQ 9.6 How do I download a file from the user's machine? How do I open a file on another machine?
- FAQ 9.7 How do I make a pop-up menu in HTML?
- FAQ 9.8 How do I fetch an HTML file?
- FAQ 9.9 How do I automate an HTML form submission?
- Faster way to execute contents of a perl script?
- FCNTL in perl
- fetching REMOTE_USER
- file locking : does the os do this ?
- file name from command line
- file name in perl script?
- find command
- Formatting a single line without effecting the entire table with the Text::Table module
- forms suddenly stopped working
- ftp nmap support in Net::FTP
- function privileges
- getting and posting
- Getting the word to conventional programmers
- goto &Package::func destroying @_?!
- goto& destroying @_ - Problem finally replicated
- graph problem
- gtk + png
- gtk2 + png
- Hashes, flattening, evaluation
- Help convert [00] from a string to hex
- Help for newbie
- Help needed to write a regular expression.
- Help simplify complex regexp needing positive lookahead and reluctant quantifers
- help with code
- Help with Mysql package
- help! Mailer
- how do I access ksh environment array variables in perl?
- How do i send email as HTML format using Net::SMTP_auth
- How do I stop this process once I start it from the web from a cgi script?
- How Perl Saved Planet Earth
- How to access Windows IIS User Info with Perl
- how to capture large output in a perl variable
- How to configure baud etc on Linux?
- how to convert bit vectors to hex
- How to find installed Modules
- how to get installed program path under Windows like Win32 API?
- How to make a blessable anonymous scalar ref?
- How to NOT use utf8.
- How to print all command args in open
- How to read buffered output from ping-like process
- How to remove double quotes
- how to retrieve the header information from a html page ???
- How to specify [regex] beginning of line/unlimited characters/no spaces terminatingn with ":"
- How to tell if a subroutine arg is a constant
- How to tell if the filesystem is RO?
- How to use Perl Graph module to solve travel salesperson problem (TSP)?
- How to view error messages within a function
- How to wrap DBI $sth object?
- HTML table position text injector?
- HTML::Mason
- HTML::Parser - duplicated text in <h2> .. </h2> ?
- HTTP::Cookie won't store sent cookie
- I was an asshole. I apologize.
- I'm looking for online lecture for perl language?
- if statement oddity
- if,then with array containing scalars
- Importing records with both space and quoted text qualifiers...
- include external perl program
- infinite loop (newbie)
- input - output
- install perl on usb flash drive
- install, usb flash drive
- installing architecture dependent modules
- Interpolation question
- IO::Scalar insanity
- IORCC Crossword and Wordfind Puzzles
- IP address, how?
- Is there a perl array for...
- Is this considered ugly?
- ISS 5 Perl CGi script and 400 Bad Request Error
- Iterated mega file upload - invented wheel wanted
- launching a Perl script ....
- LibXML UTF8 - Input is not proper UTF-8, indicate encoding !
- List hard drives on remote servers
- Log files in a Date / Time Stamped Directory
- Log::Agent in ActivePerl Windows?
- Loopback with Device::SerialPort?
- Looping through a log file
- LWP authentication on asp page
- LWP Doesn't Seem To Save Cookies:
- LWP: Any Easy Way to Use Relative Links?
- make install in anderes Directory
- maximum size of a hash table
- Maximum string length in perl
- memory leak in 5.8.2???
- minor re, problelm
- mod_perl and db
- mod_perl hosting
- Module for getting values from "flattened" hash or "recursed" hash...?
- Module should not work, but works
- Msql-Mysql-modules: unable to find my mySQL 'include' dir
- multidimensional hash modified by test
- Need help converting unix text to windows text
- Need help getting start with a test cgi script.
- need help with HTTP::Request::Common
- Need Perl/CGI Programmer Specializing in Shopping Carts/E-Commerce
- Need script to fix C++ "#include" statements
- Need syntax/small footprint help
- Need to download 20000 pdf files
- Need to download exact copy of text file...little squares replace carriage returns
- negative backreference?
- Net::FTP
- Net::Google error handling
- Net::Telnet, Terminal Programs, Prompts
- New article online: 'Embedding Perl in database tables'
- new IO::Socket::INET + UDP/Broadcast = Permission denied ?? Why?
- newbie help - finding all substrings with index?
- newbie question
- newbie question: display xmlfile
- newbie: Perl IDE available??
- Non-blocking socket connect examples on win32 not working
- odd socket behavior with ZoneAlarm
- One Liner to reverse sort file
- online perl...
- OOP Tutorial
- p5 manager for whole file backups
- Parameter Passing - From one script to other
- parsing and replacing html table to div
- Passing in the replace string for a regex via the command line - HOW?
- passing perl variable to output html file
- Pattern Matching
- Performance question
- Performance questions (SQL-statements)
- perl & corba
- perl 5.8.5 segfaults on patternmatch
- perl and blobs
- perl bug with pos() and placing matches in an array?
- Perl code encryption
- Perl Command line for this problem
- perl commands
- perl contribution
- Perl DBI does not print error.
- Perl Developer Positions in California
- Perl equiv to PHP print_r
- Perl FAQ in PDF?
- Perl help
- perl null value ?
- Perl ODBC complex query example needed
- perl pattern matching
- perl problem with select and non-blocking sysread from multiple pipes
- Perl program help to sort of 'pad name xy' file
- Perl Script
- perl script at godaddy
- Perl script hangs
- Perl Scripting problem - please help
- perl scripts fail to read commandline arguments
- perl thread question
- perl thumbnail automatic gallery
- perl update - what about the modules?
- Perl web design
- PERL WEB PROGRESS BAR
- perl-Cvs woes
- perl5.8.6 won't install on FreeBSD5.3
- perlcc error
- perlce (perl and perlide)
- Perlfect Search 3.31b
- PerlMagick, Annotate, and Webdings
- perlpod/perldoc Q: I want asterisk bullets
- PerlScript (WSH) - Cannot set property
- persistant db connection
- PHP -> Parrot? (Anyone suspect?)
- piping cmd output problem
- pop3 and http proxy
- Posting Guidelines conserning the __DATA__ token
- Posting Guidelines for comp.lang.perl.misc ($Revision: 1.5 $)
- pp syntax issue?
- PPM not working
- Praesideo: Latin for 'to watch over'
- print isn't flashed using PERL by MSWin32 on Windows XP
- printing to xls with Unicode encoding character
- Probably a dumb s/// question.
- Problem executing several layers deep from a service
- Problem installing MIME:Tools
- Problem with hash and regexp
- problem with old version of (Active) Perl
- problem writing to stdin of child process
- Progressing to OOP & modules for web apps
- Pull out only first field of ps command ( in Perl ) PERL RUN COMMAND
- Pulling hair out with pattern matching
- Pure Perl OpenSSL Library
- Python docs [was: function with a state]
- Q: Only put unique element in a HoL?
- Question on perl script.
- Questions about Perl for Windows
- quickist way to repopulate a html form
- qx, Filter::Simple, and testing
- Random String Generator
- ranking texts against a white list
- Re two array the same
- Read string from multiple files, output ordered by a 2nd file
- really strange mysql result
- reg expr, extract digit from string.
- Reg file exported from XP/2003 - enumerate HEX to ASCII - my head hurts
- Regex - every character but "
- regex newbie question
- regex problem -- capturing variables
- Regex: changing longer patterns to shorter ones
- regexp compilation
- regexp finite state machine?
- Regexp small question
- regular expression Help
- regular expression help with apostrophe
- Relative Path for CGI script
- rename and case insensitive filing systems
- replace multiple spaces between words with single space.
- Replacement problem
- report format and use strict
- RTF::Text::Converter
- Script that sends email to text box value
- scripting a curses app
- search/replace for consecutive blank lines
- Seeking Recommendations For Perl Shopping Cart System
- sequences of numbers
- Setting environment with a script
- shmem & complex data?
- side by side concatenation
- signal handling and returning
- simple help
- slicing syntax question
- SOAP::Lite +wsdl
- Soap::Lite Cant get array of results?
- Socket Send and Receive, Same local port, Different Remote Port
- Solaris 8 Sorry I can't seem to locate the source dir for perl5.
- sorting matrixes
- special variables
- ssh to cisco router with expect CPAN
- standardising number of delimiters in a string
- Stings - textareas in Perl...
- Strange behaviour of nested sub
- Strange tar behavior with Net::Telnet
- string substitution help (search and replace)
- Struggling to install HTML::Mason (mod_perl would be a good start!)
- Stumped by eval and scoping problem
- Subroutine Function
- Subroutine paramater question
- substract two time var
- swift MT940 files
- Switch.pm affecting < > operator
- system (date) in perl
- SYstem wait display
- TCP/UDP Question
- TCP/UDP Questions
- test
- Text::Template Question
- The error "Use of uninitialized value "
- Time Conversion
- time stamps in perl??
- Tk - Displaying an image and selecting a regio of interest
- Tracking Routines That Caused An Error
- Trying to get HTML::FillnFORM to fill in my form...
- Two-dim array: Strange "can't use string as ARRAY ref"
- UltraEdit?
- unicode study with unicodedata module
- unix pipes to perl scripts
- use a hash from a module within a main program without passing by reference or value
- Using a for() statement to create a variable??
- Using dot commands in a script
- using Perl to insert footer into PDF files?
- using perl/cgi to access remote Haskell compiler.
- validate xml with xsd in perl script
- webpage
- Weird HTTP headers in Html Body
- Weird HTTP heders in Html Body
- What does "while~<>" mean?
- Where are the warnings "keywords"?
- where is my magic (XS related)
- why
- Why doesn't Perl have cp or mv?
- WikiConverter
- Will Programming Perl 4th ed be Perl5 or Perl6?
- Will XML::Simple work with keys, strings, integers, and dates?
- Win32: How to find out the number of serial ports?
- Win32::OLE - Excelo files hidden after SaveAs
- Win32::TieRegistry Logon User Name
- XML::LibXSLT element tags stripped out
- YARQ - Yet another regex question
Last message date: 03/30/05
Archived on: 03/30/05 CEST
2166 messages sorted by: [ author ] [ date ] [ thread ]