Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle
  • get_ratio.sql get the ratio of users from v$session and this uses CASE-WHEN-THEN clause Oracle
  • ORA-3136 Oracle
  • Database link password in user_db_links Oracle
  • database trigger failing Oracle
  • scripts to take listener.log backup Linux/Unix
  • Remove DOS CR/LFs (^M) Linux/Unix
  • oracle Dba site Oracle
  • oracle fast start failover best practice Oracle
  • create database syntax Oracle
  • How To Resolve Stranded DBA_2PC_PENDING Entries ID 401302.1 (Very Good prooven) Oracle
  • find_open_cur.sql Find open cursorts per session Oracle
  • SQL Server: How to see historical transactions SQL Server
  • V$ROLLSTAT status is Full Oracle
  • checking connectivity between two servers Linux/Unix

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

  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • Jai Shree Ram PHP/MYSQL/Wordpress
  • newupload.html PHP/MYSQL/Wordpress
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • upload.html PHP/MYSQL/Wordpress
  • PHP code to add WordPress posts in bulk programmatically 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 (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Goldengate document from Porus Oracle
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • All Hints for Oracle Databases Oracle
  • Find_stale_dr.sql finding stale physical DR.. Oracle
  • Flowers Resize datafiles Oracle
  • To see mem usage and CPU usage system wide. Linux/Unix
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • Renaming Global Name GLOBAL_NAME Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme