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:

  • Print
  • Email
  • Tweet
  • More
  • Share on Tumblr
  • Pocket
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:

  • Print
  • Email
  • Tweet
  • More
  • Share on Tumblr
  • Pocket
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:

  • Print
  • Email
  • Tweet
  • More
  • Share on Tumblr
  • Pocket
Posted in Development, Perl | Tagged ASCII | Leave a reply

Quote

  • Happiness is when what you think, what you say, and what you do are in harmony Mahatma Gandhi
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 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