Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Gathering statistics with DBMS_STATS Oracle
  • handling filenname with space Linux/Unix
  • Looping for remote servers and find its database from oratab file. Linux/Unix
  • plan10g.sql Oracle
  • chk_space_SID.ksh Linux/Unix
  • AWR settings- MMON is not taking snapshot. Oracle
  • Jai Shree Ram Oracle
  • normal maintenance for exp-imp and renaming table Oracle
  • 10g RAC: Troubleshooting CRS Root.sh Problems Oracle
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • Creating never expiring DB user accounts in Oracle Oracle
  • Oracle Material from OTN Oracle
  • Implementation of key based authentications Linux/Unix
  • Implementing Listener Security Oracle

Shuffle an array

Posted on 06-Sep-2005 By Admin No Comments on Shuffle an array

#!c:perlbinperl

use List::Util ‘shuffle’;

# Following line is necessary of you are using perl to write html in browser.

print “Content-type: text/htmlnn”;

print ““;

print “CGI Test“;

print ““;

print “

Newer Verion of File Management Operations !

“;

@list=(“one”, “two”, “three”, “four”, “five”, “six”, “seven”, “eight”, “nine”, “ten”);

print “list = @list”;

@shuffled = shuffle(@list);

print “
“;

print “shuffled array = @shuffled”;

print ““;

PHP/MYSQL/Wordpress

Post navigation

Previous Post: To seee semaphores and shared memory segments in Solaris
Next Post: Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR

Related Posts

  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • My FTP Job Scheduling for www.pvmehta.com PHP/MYSQL/Wordpress
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • upload.html PHP/MYSQL/Wordpress
  • newupload.html PHP/MYSQL/Wordpress
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Committing distributed transaction using commit force Oracle
  • perf_today.sql Oracle
  • Mutating Table Error while using database trigger Oracle
  • To find all disk io ( EMC as well as local) Linux/Unix
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • Rename Oracle Instance Name Oracle
  • tab.sql Oracle
  • Paste command syntax Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme