PDA

View Full Version : Perl Misc


Pages : 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

  1. FAQ 4.53 How do I manipulate arrays of bits?
  2. FAQ 7.21 How do I redefine a builtin function, operator, or method?
  3. FAQ 7.2 What are all these $@%&* punctuation signs, and how do I know when to use them?
  4. FAQ 5.5 How can I use Perl's "-i" option from within a program?
  5. FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
  6. FAQ 4.42 How can I tell whether a certain element is contained in a list or array?
  7. [OT] other forms of the word in english
  8. can someone help me with this baffling regex ?
  9. FAQ 6.6 How do I substitute case insensitively on the LHS while preserving case on the RHS?
  10. FAQ 5.20 How can I reliably rename a file?
  11. FAQ 3.5 How do I debug my Perl programs?
  12. FAQ 4.51 How do I permute N elements of a list?
  13. Is it possible to upload file with FTPS with perl?
  14. a perl programming language
  15. FAQ 2.12 Which magazines have Perl content?
  16. How find all overlapping pattern?
  17. FAQ 4.17 How do I find yesterday's date?
  18. Comparison of 2 files and generating the output based on comparison
  19. FAQ 5.35 How do I close a file descriptor by number?
  20. FAQ 4.20 How do I unescape a string?
  21. FAQ 4.68 Why does passing a subroutine an undefined element in a hash create it?
  22. FAQ 4.14 How can I compare two dates and find the difference?
  23. FAQ 3.27 Where can I learn about linking C with Perl?
  24. Fully functional email client
  25. FAQ 4.62 What's the difference between "delete" and "undef" with hashes?
  26. FAQ 4.33 How do I pad a string with blanks or pad a number with zeroes?
  27. FAQ 4.38 Why don't my <<HERE documents work?
  28. FAQ 5.7 How do I make a temporary file name?
  29. FAQ 3.16 How can I make my Perl program take less memory?
  30. FAQ 7.20 Why doesn't "my($foo) = <FILE>;" work right?
  31. Sys::Syslog question
  32. FAQ 5.22 Why can't I just open(FH, ">file.lock")?
  33. FAQ 5.37 Why doesn't glob("*.*") get all the files?
  34. FAQ 8.2 How come exec() doesn't return?
  35. changing values in certain blocks
  36. FAQ 7.27 How can I comment out a large block of Perl code?
  37. upload module to CPAN (http client)
  38. FAQ 2.17 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org?
  39. FAQ 2.5 I grabbed the sources and tried to compile but gdbm/dynamic loading/malloc/linking/... failed. How do I make it work?
  40. FAQ 5.19 How can I open a file with a leading ">" or trailing blanks?
  41. FAQ 3.9 Is there a ctags for Perl?
  42. FAQ 1.7 How stable is Perl?
  43. FAQ 4.43 How do I compute the difference of two arrays? How do I compute the intersection of two arrays?
  44. matching string literals
  45. FAQ 7.29 How can I use a variable as a variable name?
  46. pulling data from a file/piping variables to if statement...
  47. dynamically naming arrays
  48. FAQ 5.24 All I want to do is append a small amount of text to the end of a file. Do I still have to use locking?
  49. access anonymous variable
  50. FAQ 6.15 How can I print out a word-frequency or line-frequency summary?
  51. FAQ 2.13 What mailing lists are there for Perl?
  52. FAQ 5.3 How do I count the number of lines in a file?
  53. FAQ 5.4 How do I delete the last N lines from a file?
  54. How to draw thin lines with Image::Magick?
  55. FAQ 6.18 Why don't word-boundary searches with "\b" work for me?
  56. FAQ 3.22 How can I get "#!perl" to work on [MS-DOS,NT,...]?
  57. FAQ 4.73 How do I determine whether a scalar is a number/whole/integer/float?
  58. FAQ 6.2 I'm having trouble matching over more than one line. What's wrong?
  59. FAQ 3.4 How do I find which modules are installed on my system?
  60. FAQ 4.15 How can I take a string and turn it into epoch seconds?
  61. FAQ 7.25 Why can't a method included in this same file be found?
  62. FAQ 4.58 How do I look up a hash element by value?
  63. FAQ 5.31 How can I read a single character from a file? From the keyboard?
  64. FAQ 1.8 Is Perl difficult to learn?
  65. FAQ 5.15 How can I translate tildes (~) in a filename?
  66. FAQ 3.17 Is it safe to return a reference to local or lexical data?
  67. FAQ 3.19 How can I make my CGI script more efficient?
  68. FAQ 6.5 I put a regular expression into $/ but it didn't work. What's wrong?
  69. FAQ 6.4 How do I match XML, HTML, or other nasty, ugly things with a regex?
  70. FAQ 4.59 How can I know how many entries are in a hash?
  71. FAQ 3.28 I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong?
  72. FAQ 4.71 How can I check if a key exists in a multilevel hash?
  73. FAQ 6.14 How do I process each word on each line?
  74. having problems with trademark symbols in perl but not in php
  75. Extracting html urls on a webpage using linktext
  76. TIOBE language of the year
  77. Quotemeta & Regex question re-posted as plain text
  78. Please help me understand this expression
  79. FAQ 7.23 How do I create a switch or case statement?
  80. FAQ 5.27 How do I set a file's timestamp in perl?
  81. Running PHP scripts from Perl
  82. FAQ 5.29 How can I read in an entire file all at once?
  83. FAQ 6.9 How can I quote a variable to use in a regex?
  84. Is there an ARRAY designator for REGEX vals?
  85. FAQ 5.42 How do I delete a directory tree?
  86. FAQ 4.77 How do I verify a credit card checksum?
  87. Help with Perl Q
  88. FAQ 4.31 How can I split a [character] delimited string except when inside [character]?
  89. Help reading Perl - what is this doing?
  90. FAQ 2.6 What modules and extensions are available for Perl? What is CPAN? What does CPAN/src/... mean?
  91. FAQ 8.5 How do I read just one key without waiting for a return key?
  92. FAQ 4.27 How can I access or change N characters of a string?
  93. FAQ 3.7 How do I cross-reference my Perl programs?
  94. FAQ 4.66 How can I store a multidimensional array in a DBM file?
  95. FAQ 5.14 How can I output my numbers with commas added?
  96. FAQ 4.34 How do I extract selected columns from a string?
  97. FAQ 1.4 What are Perl 4, Perl 5, or Perl 6?
  98. FAQ 7.26 How can I find out my current or calling package?
  99. FAQ 1.10 Can I do [task] in Perl?
  100. FAQ 7.15 How can I pass/return a {Function, FileHandle, Array, Hash, Method, Regex}?
  101. FAQ 4.6 Why doesn't & work the way I want it to?
  102. FAQ 4.74 How do I keep persistent data across program calls?
  103. FAQ 7.18 How can I access a dynamic variable while a similarly named lexical is in scope?
  104. FAQ 4.61 How can I always keep my hash sorted?
  105. HTML purifier for Perl
  106. FAQ 4.49 How do I process/modify each element of an array?
  107. Learning Object Oriented Programming (newbie)
  108. FAQ 4.12 How do I find the day or week of the year?
  109. FAQ 4.3 Why isn't my octal data interpreted correctly?
  110. FAQ 1.13 Is it a Perl program or a Perl script?
  111. FAQ 8.9 How do I ask the user for a password?
  112. FAQ 6.7 How can I make "\w" match national character sets?
  113. one regex to do the work of two?
  114. FAQ 3.21 How can I compile my Perl program into byte code or C?
  115. FAQ 6.17 How do I efficiently match many regular expressions at once?
  116. FAQ 5.12 How can I write() into a string?
  117. FAQ 1.15 Where can I get a list of Larry Wall witticisms?
  118. FAQ 1.14 What is a JAPH?
  119. FAQ 8.4 How do I print something out in color?
  120. FAQ 3.14 How can I write a GUI (X, Tk, Gtk, etc.) in Perl?
  121. FAQ 5.40 Why do I get weird spaces when I print an array of lines?
  122. FAQ 7.19 What's the difference between deep and shallow binding?
  123. Compare two extremely large lists?
  124. FAQ 4.46 How do I handle linked lists?
  125. LWP::Simple - relative or absolute path?
  126. FAQ 6.19 Why does using $&, $`, or $' slow my program down?
  127. FAQ 4.13 How do I find the current century or millennium?
  128. FAQ 4.1 Why am I getting long decimals (eg, 19.9499999999999) instead of the numbers I should be getting (eg, 19.95)?
  129. FAQ 7.28 How do I clear a package?
  130. FAQ 3.2 How can I use Perl interactively?
  131. FAQ 5.18 Is there a leak/bug in glob()?
  132. FAQ 5.41 How do I traverse a directory tree?
  133. FAQ 1.11 When shouldn't I program in Perl?
  134. FAQ 8.10 How do I read and write the serial port?
  135. FAQ 4.21 How do I remove consecutive pairs of characters?
  136. FAQ 6.13 What does it mean that regexes are greedy? How can I get around it?
  137. FAQ 7.12 How can I tell if a variable is tainted?
  138. FAQ 6.3 How can I pull out lines between two patterns that are themselves on different lines?
  139. FAQ 4.5 How do I convert between numeric representations/bases/radixes?
  140. FAQ 5.13 How can I open a filehandle to a string?
  141. FAQ 2.4 I copied the perl binary from one machine to another, but scripts don't work.
  142. FAQ 4.2 Why is int() broken?
  143. FAQ 5.9 How can I make a filehandle local to a subroutine? How do I pass filehandles between subroutines? How do I make an array of filehandles?
  144. FAQ 4.28 How do I change the Nth occurrence of something?
  145. FAQ 3.26 Where can I learn about object-oriented Perl programming?
  146. FAQ 3.8 Is there a pretty-printer (formatter) for Perl?
  147. FAQ 2.9 What are the Perl newsgroups on Usenet? Where do I post questions?
  148. FAQ 6.23 How can I match strings with multibyte characters?
  149. Storable and tied variables
  150. FAQ 4.67 How can I make my hash remember the order I put elements into it?
  151. FAQ 5.25 How do I randomly update a binary file?
  152. FAQ 2.11 Perl Books
  153. How to avoid Out of Memory Errors when dealing with a large XML file?
  154. FAQ 4.57 What happens if I add or remove keys from a hash while iterating over it?
  155. FAQ 4.24 How do I reverse a string?
  156. FAQ 2.10 Where should I post source code?
  157. FAQ 1.12 What's the difference between "perl" and "Perl"?
  158. FAQ 6.12 Can I use Perl regular expressions to match balanced text?
  159. FAQ 4.7 How do I multiply matrices?
  160. FAQ 5.1 How do I flush/unbuffer an output filehandle? Why must I do this?
  161. MS SQL Functions on OSX??
  162. FAQ 6.8 How can I match a locale-smart version of "/[a-zA-Z]/"?
  163. FAQ 1.1 What is Perl?
  164. FAQ 3.12 Where can I get perl-mode or cperl-mode for emacs?
  165. FAQ 3.3 Is there a Perl shell?
  166. FAQ 7.3 Do I always/never have to quote my strings or use semicolons and commas?
  167. FAQ 5.23 I still don't get locking. I just want to increment the number in the file. How can I do this?
  168. FAQ 5.28 How do I print to more than one file at once?
  169. looking for help with script (what's new?)
  170. FAQ 4.65 How can I get the unique keys from two hashes?
  171. FAQ 7.17 What's the difference between dynamic and lexical (static) scoping? Between local() and my()?
  172. FAQ 4.18 Does Perl have a Year 2000 or 2038 problem? Is Perl Y2K compliant?
  173. FAQ 4.76 How do I define methods for every class/object?
  174. FAQ 4.50 How do I select a random element from an array?
  175. FAQ 7.6 What's an extension?
  176. FAQ 4.19 How do I validate input?
  177. FAQ 3.11 Where can I get Perl macros for vi?
  178. opinion: comp lang docs style
  179. FAQ 4.29 How can I count the number of occurrences of a substring within a string?
  180. Split attachment from email
  181. How can I migrate a Linux Perl installation
  182. FAQ 1.16 How can I convince others to use Perl?
  183. FAQ 4.75 How do I print out or copy a recursive data structure?
  184. FAQ 4.48 How do I shuffle an array randomly?
  185. FAQ 4.69 How can I make the Perl equivalent of a C structure/C++ class/hash or array of hashes or arrays?
  186. FAQ 4.60 How do I sort a hash (optionally by value instead of key)?
  187. FAQ 5.11 How can I set up a footer format to be used with write()?
  188. FAQ 8.6 How do I check whether input is ready on the keyboard?
  189. FAQ 3.30 What's MakeMaker?
  190. FAQ 4.64 How do I reset an each() operation part-way through?
  191. FAQ 4.23 How do I find matching/nesting anything?
  192. FAQ 3.15 How can I make my Perl program run faster?
  193. seven languages
  194. Difference between solaris and linux
  195. how do you make perl to c++ translater
  196. signal handler is not called while piped open is active
  197. Oddity with File::Find and timestamps
  198. Oddity with Find::File and -M
  199. Looping through session variables
  200. solutions to world's big problems
  201. How do I put apostraphes in this expression?
  202. Pulling pairs of values from an array
  203. Troubleshooting install from cpan
  204. Entities.pm - How does decode_entities work?
  205. Extracting a range of words!
  206. 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?
  207. Using module for different operating systems
  208. Regex to match a numerical IP range
  209. perl code to automate launching a program and entering responses
  210. Order of evaluation of arguments in a subroutine
  211. PostScript::Simple - linedistance question
  212. 303 found error
  213. there is more than one way to do it...
  214. why doesn't my dbm file save my data?
  215. variables inside a string
  216. Hash key iteration order
  217. Optimisation for tight loops...
  218. mp3 to .swf (flash)?
  219. ANNOUNCE: NHI1-0.10, PLMK-1.8 und libmsgque-4.8
  220. Who will win the battle for control of the web?
  221. Regex help
  222. how to make a perl tk like thing
  223. Date/Time modules - any without default months/days?
  224. Memory consumption when writing to files
  225. Selective $SIG{CHLD}
  226. Finding if something is in a list
  227. Email::MIME on Debian
  228. How to uninstall packages installed by cpan?
  229. Job Oppurtunity - Perl Developers - CMM Level 3 Product Company
  230. Perl command-line: check for XML well-formedness
  231. on windows 7 / cygwin / perl / cpan - cannot install Math::Prime::XS
  232. To compare the content in two files..
  233. XSUB detecting if it was called via Package->method() or Package::method()?
  234. Yo alt.fan.sandy-pocernich -- Anyone out there?
  235. scripting web 2.0 sites to download howto
  236. reading file containg passwords
  237. Can't figure out why I'm getting "Bareword found where operatorexpected ..."
  238. if ('A:B:C' =~ /:(.*?)$/) then why the heck is $1 'B:C' and not just 'C'
  239. ANNOUNCE: NHI1-0.9, PLMK-1.7 und libmsgque-4.7
  240. perl html parser
  241. Bugs or Documentation Deficiencies
  242. testing whether a number is an integer
  243. Replacing urls with anchor tags
  244. Using Perl to find what address bar says
  245. My perl does not support transliteration?
  246. What does it mean: "Trailing \ in regex m/\\\/ at ...
  247. create a plain text table
  248. Trouble passing arguments to subroutine
  249. understanding regexp, Text::ParseWords
  250. Catalyst with HTML::FormHandler