Spider's web

…share your own experience

Main menu

Skip to primary content
Skip to secondary content
  • About Me
  • ABAP
    • ALV tutorial
    • Design patterns
    • SAP Enhancement Framework
    • Test Driven Development
  • Java
  • Algorithms
  • Linux

Category Archives: Perl

HEX to ASCII in PERL

Posted on 2012-08-07 by Spider
Reply

Continue reading →

Share it with your friends:

  • Click to print (Opens in new window) Print
  • Click to email a link to a friend (Opens in new window) Email
  • Tweet
  • More
  • Share on Tumblr
  • Pocket
  • Click to share on Reddit (Opens in new window) Reddit
Posted in Development, Perl | Tagged ASCII, HEX | Leave a reply

Encrypt – decrypt data in PERL

Posted on 2012-08-07 by Spider
Reply

Continue reading →

Share it with your friends:

  • Click to print (Opens in new window) Print
  • Click to email a link to a friend (Opens in new window) Email
  • Tweet
  • More
  • Share on Tumblr
  • Pocket
  • Click to share on Reddit (Opens in new window) Reddit
Posted in Development, Perl | Tagged Cryption | Leave a reply

Print ASCII table in Perl

Posted on 2012-08-07 by Spider
Reply

Simple code snippet for printing out ASCII table:

for $chr (0..255) {
  print "$chr\t".chr($chr)."\n";
}

Share it with your friends:

  • Click to print (Opens in new window) Print
  • Click to email a link to a friend (Opens in new window) Email
  • Tweet
  • More
  • Share on Tumblr
  • Pocket
  • Click to share on Reddit (Opens in new window) Reddit
Posted in Development, Perl | Tagged ASCII | Leave a reply

Quote

  • To be yourself in a world that is constantly trying to make you something else is the greatest accomplishment Ralph Waldo Emerson
View Miroslav Oprštěný's profile on LinkedIn
Please contribute to the operation and development of this website

Recent posts

  • ABAP – Get fixed values of a DDIC domain
  • ABAP – Get all sub-classes of a super-class
  • ABAP – Find out TCode for SPRO activity
  • ABAP – Get max value of variable type as PACKED number
  • ABAP – How to find out if a BAPI is used in BOR

Categories

  • Design Patterns (9)
    • Behavioral patterns (2)
    • Creational patterns (5)
  • Development (144)
    • ABAP (117)
      • ALV (16)
      • ALV tutorial (16)
      • APO (1)
      • CRM (1)
      • Customizing (17)
      • Dynpro (20)
      • IDOC (1)
      • SRM (1)
      • Transactions (2)
      • WebDynpro (2)
      • Wokflow (2)
    • Algorithms (19)
    • C# (1)
    • C++ (8)
    • Database (2)
    • HTML & CSS (1)
    • Java (8)
    • Perl (3)
    • Python (1)
    • Ruby (1)
  • SAP (16)
    • Finance (4)
    • Inventory Management (1)
    • Materials Management (5)
    • Sales & Distribution (4)
    • Warehouse Management (1)
  • Tools (35)
    • Infrastructure (18)
    • Linux (13)
    • Networking (5)
    • Software (12)
  • Uncategorized (7)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress