Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Process Map for CPU and Memory for OS processes Linux/Unix
  • Some useful Unix Commands Linux/Unix
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • Establishing trusted relationship between dbmonitor( central monitoring) and monitoring targets. Linux/Unix
  • Alter procedure auditing Oracle
  • SQL Server Vs Oracle Architecture difference SQL Server
  • create database syntax Oracle
  • Running select from V$ views from remote server Linux/Unix
  • Changing Instance Name ( No DB_NAME) Oracle
  • Very clear article about oracle dataguard Oracle
  • Check Oracle installed products using one command Oracle
  • Display the top 5 salaries for each department using single SQL Oracle
  • send attachment from unix-shell script Linux/Unix
  • Oracle Data Direct to TAPE Oracle
  • column level grant syntax 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

  • PHP code to add WordPress posts in bulk programmatically PHP/MYSQL/Wordpress
  • My FTP Job Scheduling for www.pvmehta.com PHP/MYSQL/Wordpress
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • For Perl DBI installation and testing program PHP/MYSQL/Wordpress

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (397)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (345)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Hello08-Apr-2026
  • Hello07-Apr-2026
  • Test107-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Single character replacement in Unix Linux/Unix
  • get_vmstat_solaris Oracle
  • eplan9i.sql Oracle
  • Order by with ROWNUM Oracle
  • Difference between SYNC and AFFIRM Oracle
  • cold backup scripts to copy locally Linux/Unix
  • All About oracle password and security from metalink Oracle
  • ORA-01220 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme