Site Tools


notes:perl_cheat_sheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
notes:perl_cheat_sheet [2026/06/12 15:13]
114.119.152.46 old revision restored (2013/09/15 03:00)
notes:perl_cheat_sheet [2026/06/13 19:19] (current)
216.73.216.66 old revision restored (2026/06/11 19:32)
Line 14: Line 14:
   * Parenthesis are optional unless part of syntax.   * Parenthesis are optional unless part of syntax.
   * ''@ARGV'' contains arguments, $0 contains program name.   * ''@ARGV'' contains arguments, $0 contains program name.
 +  * ''die'' can be used to exit early $! will contain any system error message. Without \n at the end, perl will append line number to error message.
  
 ===== Numbers ===== ===== Numbers =====
notes/perl_cheat_sheet.1781302423.txt.gz ยท Last modified: 2026/06/12 15:13 by 114.119.152.46